MongoLibArgs: {
    client: MongoClient;
    collection: Collection<MongoDocument>;
    indexName?: string;
}

Type declaration

  • client: MongoClient
  • collection: Collection<MongoDocument>
  • Optional indexName?: string

⚠️ Deprecated ⚠️

use MongoDBAtlasVectorSearch instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Generated using TypeDoc