Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method that adds documents to the Vectorize database.
addDocuments( documents: Document<Record<string, any>>[], options: string[] | __type ): Promise<string[]>
documents
Document<Record<string, any>>[]
Array of documents to add.
options
string[] | __type
Optional ids for the documents.