Skip to content

Commit 161fe37

Browse files
committed
chore: clarify that search support is in preview
1 parent 34c9c68 commit 161fe37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
368368
| `exportTimeoutMs` | `MDB_MCP_EXPORT_TIMEOUT_MS` | 300000 | Time in milliseconds after which an export is considered expired and eligible for cleanup. |
369369
| `exportCleanupIntervalMs` | `MDB_MCP_EXPORT_CLEANUP_INTERVAL_MS` | 120000 | Time in milliseconds between export cleanup cycles that remove expired export files. |
370370
| `atlasTemporaryDatabaseUserLifetimeMs` | `MDB_MCP_ATLAS_TEMPORARY_DATABASE_USER_LIFETIME_MS` | 14400000 | Time in milliseconds that temporary database users created when connecting to MongoDB Atlas clusters will remain active before being automatically deleted. |
371-
| `voyageApiKey` | `MDB_VOYAGE_API_KEY` | <not set> | API key for communicating with Voyage AI. Used for generating embeddings for Vector search. |
371+
| ([preview](#opting-into-preview-features)) `voyageApiKey` | `MDB_VOYAGE_API_KEY` | <not set> | API key for communicating with Voyage AI. Used for generating embeddings for Vector search. **This feature is in preview and requires opting into the `vectorSearch` preview feature**. |
372372
| `previewFeatures` | `MDB_MCP_PREVIEW_FEATURES` | `[]` | An array of preview features to opt into. |
373373

374374
#### Logger Options
@@ -501,8 +501,8 @@ The MongoDB MCP Server may offer functionality that is still in development and
501501
List of available preview features:
502502

503503
- `vectorSearch` - Enables tools or functionality related to Vector Search in MongoDB Atlas:
504-
- Index management, such as creating, listing, and dropping vector search indexes.
505-
- Querying collections using vector search capabilities. This requires a configured embedding model that will be used to generate vector representations of the query data.
504+
- Index management, such as creating, listing, and dropping search and vector search indexes.
505+
- Querying collections using vector search capabilities. This requires a configured embedding model that will be used to generate vector representations of the query data. Currently, only [Voyage AI](https://www.voyageai.com) embedding models are supported. Set the `voyageApiKey` configuration option with your Voyage AI API key to use this feature.
506506

507507
### Atlas API Access
508508

0 commit comments

Comments
 (0)