[PR #3437] [MERGED] Add chromem-go to community integrations #16426

Closed
opened 2026-04-16 05:29:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3437
Author: @philippgille
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @BruceMacD

Base: mainHead: patch-1


📝 Commits (1)

  • 87747ce Add chromem-go to community integrations

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hello 👋 , I've been a happy Ollama user for a while (both on macOS and Linux), thank you so much for creating and maintaining this project! I recommend it when talking to other people about running LLMs locally.

I recently worked on a Go library for a simple embedded vector DB, to be able to write RAG applications without having to host a separate vector DB server (like you have to with most of them, like Qdrant and Milvus). Chroma is embeddable in Python, Weaviate in Python and JS/TS, but not in Go.

I had locally running embedding models and LLMs in mind from the beginning, and the repo includes a detailed example of using Ollama with the nomic-embed-text and gemma:2b models for a simple RAG app.

I would be very happy if the project could be included in the list of community integrations!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/3437 **Author:** [@philippgille](https://github.com/philippgille) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`87747ce`](https://github.com/ollama/ollama/commit/87747ce22ac02630862e3d151a7a65ef438cadbb) Add chromem-go to community integrations ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hello :wave: , I've been a happy Ollama user for a while (both on macOS and Linux), thank you so much for creating and maintaining this project! I recommend it when talking to other people about running LLMs locally. I recently worked on a Go library for a simple embedded vector DB, to be able to write RAG applications without having to host a separate vector DB server (like you have to with most of them, like Qdrant and Milvus). Chroma is embeddable in Python, Weaviate in Python and JS/TS, but not in Go. I had locally running embedding models and LLMs in mind from the beginning, and the repo includes a detailed example of using Ollama with the `nomic-embed-text` and `gemma:2b` models for a simple RAG app. - Library: https://github.com/philippgille/chromem-go - Ollama integration: https://github.com/philippgille/chromem-go/blob/v0.5.0/embed_ollama.go - RAG example using Ollama: https://github.com/philippgille/chromem-go/tree/v0.5.0/examples/rag-wikipedia-ollama I would be very happy if the project could be included in the list of community integrations! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 05:29:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#16426