Constructor
Parameters
The hostname of the MongoDB server.
The name of the database.
The name of the MongoDB cluster.
The project ID for MongoDB.
The admin API username.
The admin API password.
Default vector search limit. MongoDB does not have a default for it so setting it to a reasonable number of 10.
Precision to use for storing vectors. Defaults to FLOAT16.
Additional parameters for the MongoDB connection.
Inheritance
Inheritance Chain:MongoDBVectorDatabase
- →
VectorDatabase
- →
ABC
- →
Generic