Method for adding documents to the AzureCosmosDBNoSQLVectorStore. It first converts the documents to texts and then adds them as vectors.
addDocuments(documents: DocumentInterface<Record<string, any>>[]): Promise<string[]>| Name | Type | Description |
|---|---|---|
documents* | DocumentInterface<Record<string, any>>[] | The documents to add. |