MongoDbAtlasConfiguration
Contains details about the storage configuration of the knowledge base in MongoDB Atlas.
Types
Properties
Link copied to clipboard
The collection name of the knowledge base in MongoDB Atlas.
Link copied to clipboard
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that contains user credentials for your MongoDB Atlas cluster.
Link copied to clipboard
The database name in your MongoDB Atlas cluster for your knowledge base.
Link copied to clipboard
The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.
Link copied to clipboard
Contains the names of the fields to which to map information about the vector store.
Link copied to clipboard
The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.
Link copied to clipboard
The name of the MongoDB Atlas vector search index.
Functions
Link copied to clipboard
inline fun copy(block: MongoDbAtlasConfiguration.Builder.() -> Unit = {}): MongoDbAtlasConfiguration