Add vectors and their associated documents to the store.
addVectors(
vectors: number[][],
documents: DocumentInterface<Record<string, any>>[],
options: TurbopufferAddDocumentOptions
): Promise<string[]>| Name | Type | Description |
|---|---|---|
vectors* | number[][] | |
documents* | DocumentInterface<Record<string, any>>[] | |
options | TurbopufferAddDocumentOptions |