[PR #2933] [CLOSED] Update main.py print summary only #11007

Closed
opened 2026-04-12 23:18:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2933
Author: @jliu015
Created: 3/5/2024
Status: Closed

Base: mainHead: patch-3


📝 Commits (1)

  • 4f70d59 Update main.py print summary only

📊 Changes

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

View changed files

📝 examples/langchain-python-rag-websummary/main.py (+4 -4)

📄 Description

The original program printed both the input document and its summary. The input document is very long and its summary hides at the end. It really costed me some time to extract the summary by my eyes.

type(result)
<class 'dict'>
result.keys()
dict_keys(['input_documents', 'output_text'])

BTW, the deprecated functions are also adjusted.


🔄 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/2933 **Author:** [@jliu015](https://github.com/jliu015) **Created:** 3/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`4f70d59`](https://github.com/ollama/ollama/commit/4f70d59324d9e864213b7776064668cdd3d1ccdf) Update main.py print summary only ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `examples/langchain-python-rag-websummary/main.py` (+4 -4) </details> ### 📄 Description The original program printed both the input document and its summary. The input document is very long and its summary hides at the end. It really costed me some time to extract the summary by my eyes. >>> type(result) <class 'dict'> >>> result.keys() dict_keys(['input_documents', 'output_text']) BTW, the deprecated functions are also adjusted. --- <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 23:18:29 -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#11007