[PR #829] [MERGED] added python rag news summary #36223

Closed
opened 2026-04-22 20:55:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/829
Author: @technovangelist
Created: 10/17/2023
Status: Merged
Merged: 10/21/2023
Merged by: @technovangelist

Base: mainHead: mattw/example-summarize-news


📝 Commits (2)

📊 Changes

4 files changed (+225 additions, -0 deletions)

View changed files

examples/python-rag-newssummary/README.md (+22 -0)
examples/python-rag-newssummary/requirements.txt (+9 -0)
examples/python-rag-newssummary/summ.py (+86 -0)
examples/python-rag-newssummary/utils.py (+108 -0)

📄 Description

No description provided


🔄 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/829 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/21/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `mattw/example-summarize-news` --- ### 📝 Commits (2) - [`c5c8b4b`](https://github.com/ollama/ollama/commit/c5c8b4b16a7127558df8c1fe4559bcddd5a1ad58) added python rag news summary - [`25c63c9`](https://github.com/ollama/ollama/commit/25c63c91d8be59a3290e8c759b556e738eebae33) Update README.md ### 📊 Changes **4 files changed** (+225 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/python-rag-newssummary/README.md` (+22 -0) ➕ `examples/python-rag-newssummary/requirements.txt` (+9 -0) ➕ `examples/python-rag-newssummary/summ.py` (+86 -0) ➕ `examples/python-rag-newssummary/utils.py` (+108 -0) </details> ### 📄 Description _No description provided_ --- <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 20:55:14 -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#36223