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.35k stars 252 forks source link

[Feature Request] Support batching upsert in SQL Server Memory DB #485

Closed marcominerva closed 1 month ago

marcominerva commented 1 month ago

Context / Scenario

Kernel Memory now supports batching upsert in Memory DBs (see https://github.com/microsoft/kernel-memory/pull/441).

The problem

Batching upsert can greatly improve the overall performance.

Proposed solution

It would be great to have batching upsert support also in SQL Server Memory DB.

/cc @kbeaugrand

Importance

would be great to have

dluc commented 1 month ago

completed