You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/voice-memory-demo/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A Next.js demo showcasing persistent memory for voice AI agents using **Gemini Live** and **MongoDB**.
4
4
5
-
Based on the article: [Building Persistent Memory for Voice AI Agents with MongoDB](../article.md)
5
+
Based on the article: [Building Persistent Memory for Voice AI Agents with MongoDB](https://dev.to/mongodb/building-persistent-memory-for-voice-ai-agents-with-mongodb-1obe)
6
6
7
7
## Features
8
8
@@ -51,7 +51,7 @@ Edit `.env.local` with your credentials:
51
51
GOOGLE_API_KEY=your_gemini_api_key
52
52
MONGODB_URI=mongodb+srv://...
53
53
MONGODB_DB=voice_memory_demo
54
-
VOYAGE_AI_API_KEY=your_voyage_ai_key # Optional, for semantic search
54
+
VOYAGE_AI_API_KEY=your_voyage_ai_key
55
55
```
56
56
57
57
### 3. Run the Development Server
@@ -64,13 +64,13 @@ Open [http://localhost:3000](http://localhost:3000) in your browser.
64
64
65
65
### 4. Create MongoDB Indexes
66
66
67
-
For hybrid search (vector + text) with `$rankFusion`, you need to create two Atlas Search indexes on the `memories` collection:
67
+
For hybrid search (vector + text) with `$rankFusion` (require latest Atlas version cluster), the code creates on startup two Atlas Search indexes on the `memories` collection:
0 commit comments