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

Postgres: improve docs and code handling “db not found” scenario #602

Closed dluc closed 4 months ago

dluc commented 4 months ago

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

see https://github.com/microsoft/kernel-memory/issues/598

High level description (Approach, Design)

Improve docs and default settings, adding Database param. Handle specific error with additional error logs to help resolution.