Send batch data to VectorDB
freakeinstein opened this issue · 1 comments
freakeinstein commented
Currently, even though documents are being sent from client as batches, vectors were forwarded to VectorDB separately. This causes exponential delay in annoy as index size grows. Send data in batches to improve annoy performance.