Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/kernel-memory-extension-example
Postgres adapter for Kernel Memory
https://github.com/microsoft/kernel-memory-extension-example
Last synced: 3 months ago
JSON representation
Postgres adapter for Kernel Memory
- Host: GitHub
- URL: https://github.com/microsoft/kernel-memory-extension-example
- Owner: microsoft
- License: mit
- Created: 2023-11-22T01:09:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T03:33:46.000Z (about 1 year ago)
- Last Synced: 2024-10-03T14:03:20.161Z (3 months ago)
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 15
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-semantickernel - Postgres adapter for Kernel Memory
README
# Kernel Memory with \
[![License: MIT](https://img.shields.io/github/license/microsoft/kernel-memory-postgres)](https://github.com/microsoft/kernel-memory-postgres/blob/main/LICENSE)
[![Discord](https://img.shields.io/discord/1063152441819942922?label=Discord&logo=discord&logoColor=white&color=d82679)](https://aka.ms/KMDiscord)This repository is an example about how to extend Kernel Memory.
In this example, the code shows how to integrate Postgres into KM as a Memory DB.
> [!NOTE]
> The real Postgres extension for Kernel Memory is available
> [here](https://github.com/microsoft/kernel-memory/tree/main/extensions/Postgres).