Adds documents to the AzureAISearchVectorStore.
addDocuments(
documents: Document<Record<string, any>>[],
options: AzureAISearchAddDocumentsOptions
): Promise<string[]>| Name | Type | Description |
|---|---|---|
documents* | Document<Record<string, any>>[] | The documents to add. |
options | AzureAISearchAddDocumentsOptions | Options for adding documents. |