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

Fix #655 - Fix DI for evaluation builders #656

Closed kbeaugrand closed 3 weeks ago

kbeaugrand commented 3 weeks ago

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

Resolve #655

High level description (Approach, Design)

The builders didn't have the generators or evaluators in service collection blocking the resolution of instances.

xuzeyu91 commented 3 weeks ago
System.InvalidOperationException:“A suitable constructor for type 'Microsoft.KernelMemory.Evaluation.TestSetGenerator' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.”

This error has not been resolved