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 debug logs for embedding generation #675

Open marcominerva opened 2 weeks ago

marcominerva commented 2 weeks ago

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

In the new GenerateEmbeddingBatchAsync method, a debug log message is written. For coherence, this PR adds the same message also for GenerateEmbeddingAsync.