From a282c8f5e37419881accbef271653dedf6895ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Tue, 8 Oct 2024 10:15:35 +0200 Subject: [PATCH] Add chromem-go (#5350) Co-authored-by: Yassine Benaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12088f0..191ff49f 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ _Libraries for building actor-based programs._ _Libraries for building programs that leverage AI._ +- [chromem-go](https://github.com/philippgille/chromem-go) - Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. - [fun](https://gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go. - [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models.