* Insert or update multiple vectors in batch
(items: VectorItem[], namespace?: string)
| 21 | * Insert or update multiple vectors in batch |
| 22 | */ |
| 23 | batchUpsert(items: VectorItem[], namespace?: string): Promise<void>; |
| 24 | |
| 25 | /** |
| 26 | * Search for similar vectors |
no outgoing calls
no test coverage detected