[PR #8117] [CLOSED] Examples(privategpt): update outdated langchain dependencies and add UnstructuredRSTLoader #38501

Closed
opened 2026-04-22 23:09:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8117
Author: @KaymeKaydex
Created: 12/16/2024
Status: Closed

Base: mainHead: update-private-rag-example


📝 Commits (1)

  • f8fdee2 Update outdated langchain dependencies and add UnstructuredRSTLoader for privategpt example

📊 Changes

4 files changed (+3980 additions, -2407 deletions)

View changed files

📝 examples/langchain-python-rag-privategpt/ingest.py (+15 -11)
📝 examples/langchain-python-rag-privategpt/poetry.lock (+3953 -2388)
📝 examples/langchain-python-rag-privategpt/privateGPT.py (+6 -5)
📝 examples/langchain-python-rag-privategpt/pyproject.toml (+6 -3)

📄 Description

This commit updates the langchain dependencies to the latest stable versions and adds the UnstructuredRSTLoader for loading RST files.

  • Update langchain dependencies to the latest stable versions.
  • Add UnstructuredRSTLoader for loading RST files.

🔄 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/8117 **Author:** [@KaymeKaydex](https://github.com/KaymeKaydex) **Created:** 12/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-private-rag-example` --- ### 📝 Commits (1) - [`f8fdee2`](https://github.com/ollama/ollama/commit/f8fdee294f5944ffc7fe54af6dd3b2e76881bebd) Update outdated langchain dependencies and add UnstructuredRSTLoader for privategpt example ### 📊 Changes **4 files changed** (+3980 additions, -2407 deletions) <details> <summary>View changed files</summary> 📝 `examples/langchain-python-rag-privategpt/ingest.py` (+15 -11) 📝 `examples/langchain-python-rag-privategpt/poetry.lock` (+3953 -2388) 📝 `examples/langchain-python-rag-privategpt/privateGPT.py` (+6 -5) 📝 `examples/langchain-python-rag-privategpt/pyproject.toml` (+6 -3) </details> ### 📄 Description This commit updates the langchain dependencies to the latest stable versions and adds the UnstructuredRSTLoader for loading RST files. - Update langchain dependencies to the latest stable versions. - Add UnstructuredRSTLoader for loading RST files. --- <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-22 23:09:56 -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#38501