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

[Bug] AzureQueue Config naming mismatch

Jenscaasen opened this issue · comments

Context / Scenario

Latest version on github

What happened?

ran setup.cmd. setup.cmd creates Azure Queue Config in conf file to deserialize AzureQueuesConfig as "AzureQueues", but ServiceConfiguration requires
builder.Services.AddAzureQueuesOrchestration(this.GetServiceConfig<AzureQueuesConfig>("AzureQueue"));

Leading to a failed startup ("configuration is NULL")

Had to rename "AzureQueue" to "AzureQueues" in line 193 in Services.ServiceConfiguration.cs to make it run

Importance

a fix would make my life easier

Platform, Language, Versions

.NET, latest version of KM

Relevant log output

No response