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 for Postgres not supporting 0x00 on text fields #650

Closed dluc closed 4 weeks ago

dluc commented 4 weeks ago

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

See https://github.com/microsoft/kernel-memory/issues/649

High level description (Approach, Design)

Remove "0x00" from chunks content written to Postgres.