Method for adding vectors to the AzureCosmosDBMongoDBVectorStore.
addVectors(
vectors: number[][],
documents: DocumentInterface<Record<string, any>>[]
): Promise<string[]>| Name | Type | Description |
|---|---|---|
vectors* | number[][] | Vectors to be added. |
documents* | DocumentInterface<Record<string, any>>[] | Corresponding documents to be added. |