Adds vectors to the AzureAISearchVectorStore.
addVectors(
vectors: number[][],
documents: Document<Record<string, any>>[],
options: AzureAISearchAddDocumentsOptions
): Promise<string[]>| Name | Type | Description |
|---|---|---|
vectors* | number[][] | Vectors to be added. |
documents* | Document<Record<string, any>>[] | Corresponding documents to be added. |
options | AzureAISearchAddDocumentsOptions | Options for adding documents. |