MongoDbAtlasConfiguration

Contains details about the storage configuration of the knowledge base in MongoDB Atlas.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 endpoint URL of 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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String