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.52k stars 293 forks source link

Fix web client base address #479

Closed dluc closed 4 months ago

dluc commented 4 months ago

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

When deploying KM web service with a custom base address, the web client would still send requests to the default root of the endpoint (due to how .NET HttpClient merges BaseAddress and paths).

High level description (Approach, Design)