#83 · Primary category: Knowledge Base & RAG

kernel-memory

indexing llm memory rag semantic-search

Research project. A Memory solution for users, teams, and applications.

Project last updated:06/08/26

GitHub Stars

2.2K

Forks

415

Contributors

56

License

MIT

Why we included this project

For developers studying retrieval-augmented systems, this Microsoft reference implementation shows how to build an indexing service end to end. It ingests documents through continuous data pipelines, embeds them, and answers natural-language queries with citations and source links. The code runs as a web service, a Docker container, or a .NET library, and it includes a plugin that works with Semantic Kernel, ChatGPT, and Copilot. Because the repository is explicitly archived and unsupported, treat it as a blueprint for architecture and design rather than production code. The examples around synthetic memory and custom semantic memory pipelines are especially useful for teams exploring those ideas.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category