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

Add support for Dependency Injection with IMemoryDb #520

Closed marcominerva closed 1 month ago

marcominerva commented 1 month ago

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

Related to https://github.com/microsoft/kernel-memory/pull/503, it allows to register an IMemoryDb using Dependency Injection.