Knowledge Base Mongo Db Atlas Configuration
data class KnowledgeBaseMongoDbAtlasConfiguration(val collectionName: String, val credentialsSecretArn: String, val databaseName: String, val endpoint: String, val endpointServiceName: String? = null, val fieldMapping: KnowledgeBaseMongoDbAtlasFieldMapping, val vectorIndexName: String)
Contains the storage configuration of the knowledge base in MongoDb Atlas Cloud.
Properties
Link copied to clipboard
Name of the collection within MongoDB Atlas.
Link copied to clipboard
The ARN of the secret that you created in AWS Secrets Manager that is linked to your Amazon Mongo database.
Link copied to clipboard
Name of the database within MongoDB Atlas.
Link copied to clipboard
MongoDB Atlas endpoint service name.
Link copied to clipboard
Contains the names of the fields to which to map information about the vector store.
Link copied to clipboard
Name of a MongoDB Atlas index.