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.35k stars 252 forks source link

Experimental Discord connector #463

Closed dluc closed 1 month ago

dluc commented 2 months ago

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

Allow ingesting Discord messages in memory, to populate memory and trigger AI-driven actions.

Add example, including handler and code to store Discord messages in Postgres.

High level description (Approach, Design)