From 42416bd1509d2dbccdf92bc756626936cda8efb9 Mon Sep 17 00:00:00 2001 From: murrayhu-mdb Date: Thu, 21 May 2026 13:54:59 +0100 Subject: [PATCH] Update README.md --- apps/voice-memory-demo/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/voice-memory-demo/README.md b/apps/voice-memory-demo/README.md index cf347870..5fbf9618 100644 --- a/apps/voice-memory-demo/README.md +++ b/apps/voice-memory-demo/README.md @@ -64,13 +64,13 @@ Open [http://localhost:3000](http://localhost:3000) in your browser. ### 4. Create MongoDB Indexes -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: +For hybrid search (vector + text) with `$rankFusion` (require latest Atlas version cluster), the code creates on startup two MongoDB Search indexes on the `memories` collection: #### Vector Search Index **Index Name:** `memory_vector_index` -Optional: In Atlas UI: **Search Indexes** → **Create Search Index** → **Atlas Vector Search** +Optional: In Atlas UI: **Search Indexes** → **Create Search Index** → **MongoDB Vector Search** ```json { @@ -97,11 +97,11 @@ Optional: In Atlas UI: **Search Indexes** → **Create Search Index** → **Atla } ``` -#### Atlas Search Index (Text) +#### MongoDB Search Index (Text) **Index Name:** `memory_text_index` -Optional: In Atlas UI: **Search Indexes** → **Create Search Index** → **Atlas Search** +Optional: In Atlas UI: **Search Indexes** → **Create Search Index** → **MongoDB Search** ```json {