[PR #949] [MERGED] fix: private gpt example was broken due to changes in chroma #10398

Closed
opened 2026-04-12 22:59:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/949
Author: @technovangelist
Created: 10/30/2023
Status: Merged
Merged: 10/31/2023
Merged by: @technovangelist

Base: mainHead: matt/fixPrivateGPT


📝 Commits (3)

  • f7856a5 fix: private gpt example was broken due to changes in chroma
  • 5c48fe1 Update examples/langchain-python-rag-privategpt/constants.py
  • 1df6100 Update examples/langchain-python-rag-privategpt/privateGPT.py

📊 Changes

4 files changed (+19 additions, -2005 deletions)

View changed files

📝 examples/langchain-python-rag-privategpt/constants.py (+0 -1)
📝 examples/langchain-python-rag-privategpt/ingest.py (+1 -1)
📝 examples/langchain-python-rag-privategpt/privateGPT.py (+4 -1)
📝 examples/langchain-python-rag-privategpt/requirements.txt (+14 -2002)

📄 Description

This resolves #928

Chroma updated its api and thus langchain updated and everything broke.


🔄 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/949 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/31/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `matt/fixPrivateGPT` --- ### 📝 Commits (3) - [`f7856a5`](https://github.com/ollama/ollama/commit/f7856a57ebd87f473842d458d5e077ffab5fa47f) fix: private gpt example was broken due to changes in chroma - [`5c48fe1`](https://github.com/ollama/ollama/commit/5c48fe1fb087ef2cc7c1645c06e246349dd66a49) Update examples/langchain-python-rag-privategpt/constants.py - [`1df6100`](https://github.com/ollama/ollama/commit/1df6100c77d389cf5af602e1ae17d0bf865c45f4) Update examples/langchain-python-rag-privategpt/privateGPT.py ### 📊 Changes **4 files changed** (+19 additions, -2005 deletions) <details> <summary>View changed files</summary> 📝 `examples/langchain-python-rag-privategpt/constants.py` (+0 -1) 📝 `examples/langchain-python-rag-privategpt/ingest.py` (+1 -1) 📝 `examples/langchain-python-rag-privategpt/privateGPT.py` (+4 -1) 📝 `examples/langchain-python-rag-privategpt/requirements.txt` (+14 -2002) </details> ### 📄 Description This resolves #928 Chroma updated its api and thus langchain updated and everything broke. --- <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-12 22:59:44 -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#10398