[PR #936] [CLOSED] I've added the sample with Gradio and the scan of a folder #10392

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/936
Author: @suoko
Created: 10/27/2023
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

examples/langchain-python-langchain-webui/askGradio.py (+19 -0)
examples/langchain-python-langchain-webui/main.py (+80 -0)
examples/langchain-python-langchain-webui/readme.md (+21 -0)
examples/langchain-python-langchain-webui/requirements.txt (+10 -0)

📄 Description

The only value to change is the chunk_size which varies according to documents to scan


🔄 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/936 **Author:** [@suoko](https://github.com/suoko) **Created:** 10/27/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`72b9ab7`](https://github.com/ollama/ollama/commit/72b9ab7d41729240535572f1e286c5edadf6f932) Create readme.md - [`2a32abe`](https://github.com/ollama/ollama/commit/2a32abe01bfbea1963a9417171361ae44d889999) Update readme.md - [`ce86416`](https://github.com/ollama/ollama/commit/ce864163cd09fae880385e107459303992c3294a) Added files - [`d46dedb`](https://github.com/ollama/ollama/commit/d46dedbbfaabb624128c08cd9ea5ee4bbc3b1a3e) Update main.py with gradio.chatinterface - [`03bd4ed`](https://github.com/ollama/ollama/commit/03bd4ed1d3056c722f2f0ff835934415ebd29c61) Simple chatbot interface for ollama - [`ab5e7a4`](https://github.com/ollama/ollama/commit/ab5e7a422a47b24a0dfcd4f7a96eb5e5b4ab03fe) Update requirements.txt - [`9eaa775`](https://github.com/ollama/ollama/commit/9eaa775849643c063b2f8a6fef91419287544b85) Update main.py - [`e39d4f0`](https://github.com/ollama/ollama/commit/e39d4f0cb1c6c7896f0ee0767179075a148008c8) Merge branch 'jmorganca:main' into main - [`358960a`](https://github.com/ollama/ollama/commit/358960a3c4252a352f2d89f041c3233a22811919) Update main.py - [`11740c3`](https://github.com/ollama/ollama/commit/11740c30d7ffcd41003a80e983e7affe18ee5d47) fix gradio and folder name ### 📊 Changes **4 files changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/langchain-python-langchain-webui/askGradio.py` (+19 -0) ➕ `examples/langchain-python-langchain-webui/main.py` (+80 -0) ➕ `examples/langchain-python-langchain-webui/readme.md` (+21 -0) ➕ `examples/langchain-python-langchain-webui/requirements.txt` (+10 -0) </details> ### 📄 Description The only value to change is the chunk_size which varies according to documents to scan --- <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:37 -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#10392