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

Add support for Dependency Injection with ITextEmbeddingGenerator #503

Closed marcominerva closed 1 month ago

marcominerva commented 1 month ago

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

See https://github.com/microsoft/kernel-memory/issues/334. This PR replaces https://github.com/microsoft/kernel-memory/pull/444 so that it excludes unnecessary changes.