microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.

Home Page:https://microsoft.github.io/kernel-memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Is there a release date for the FromConfiguration method to come back?

MaxenceBoucquez opened this issue · comments

Context / Scenario

In my project, I was using the KernelMemoryBuilder.FromConfiguration extension method, but after a package update I can't do it anymore.
I saw the method has been reduced and is now present in the package named "Microsoft.KernelMemory.Service". The thing is I can't find the nuget package for my project so I can't use the method anymore.

What happened?

You already responded to me that the Service project where the method is is not deployed. I already tried to import only the data I need but it requires to copy all the Service project.

Importance

a fix would make my life easier

Platform, Language, Versions

.net, last Microsoft.KernelMemory.Core version

Relevant log output

No response

To optimize KM's codebase, the FromAppSettings/FromConfiguration methods, which relies on third-party packages, have been relocated to the Service project. While one option is to package the entire Service project, it poses the challenge of importing numerous external dependencies for just two files.

To optimize the codebase and reduce unnecessary dependencies, we recommend copying the relevant code and removing the extraneous dependencies. This way, you can maintain the required functionality without importing unnecessary packages.