microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.52k stars 293 forks source link

Add batching upsert support to Qdrant Memory #504

Closed marcominerva closed 4 months ago

marcominerva commented 4 months ago

Motivation and Context (Why the change? What's the scenario?)

See https://github.com/microsoft/kernel-memory/pull/441. This PR adds batching upsert support to Qdrant Memory

High level description (Approach, Design)

Now the QdrantMemory.cs class implements the IMemoryDbBatchUpsert interface.