
Parameters
Scheme to use when constructing the MongoDB connection URI. Use
mongodb or mongodb+srv.MongoDB host or SRV cluster hostname.
MongoDB port to connect to. Leave empty to use the default port for the selected scheme.
Optional appName query parameter for the MongoDB connection URI.
Database name containing the vector collection.
Collection name containing the vector index.
Name of the vector search index.
Field containing the stored embeddings.
Number of documents to return. Must be less than or equal to the Number of Candidates.
Embedding model used to encode queries. The model name should be in the format expected by LiteLLM.
Additionally, it should match the model used to index the vectors in the MongoDB collection.
Optional list of fields to include in results. Leave empty to return full documents.
Include vector search scores in the output.
Name to register for the generated tool.
Description to register for the generated tool.
Credentials
Select a Password Credential containing the MongoDB username and password.
Select an LLM Credential used to generate query embeddings.

