[PR #547] [MERGED] feat: Add reStructuredText specific parser for RAG #20369

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/547
Author: @Marclass
Created: 1/23/2024
Status: Merged
Merged: 1/23/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (4)

  • e2edbed Merge pull request #1 from Marclass/rag-arbitrary-files
  • 35ace57 add rst document for RAG
  • 2e4373c Merge branch 'ollama-webui:main' into main
  • 29dd973 refac: frontend supported file extensions

📊 Changes

4 files changed (+26 additions, -13 deletions)

View changed files

📝 backend/apps/rag/main.py (+3 -0)
📝 src/lib/components/chat/MessageInput.svelte (+11 -7)
📝 src/lib/constants.ts (+3 -1)
📝 src/routes/(app)/documents/+page.svelte (+9 -5)

📄 Description

Add specific parser for common python documentation format.


🔄 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/open-webui/open-webui/pull/547 **Author:** [@Marclass](https://github.com/Marclass) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`e2edbed`](https://github.com/open-webui/open-webui/commit/e2edbedede34d3edaad09c52e8d8b8695169585b) Merge pull request #1 from Marclass/rag-arbitrary-files - [`35ace57`](https://github.com/open-webui/open-webui/commit/35ace5778494782943b10890a0cb90382c716ce8) add rst document for RAG - [`2e4373c`](https://github.com/open-webui/open-webui/commit/2e4373c63e33d78471c4eec4f4a37ed270044f41) Merge branch 'ollama-webui:main' into main - [`29dd973`](https://github.com/open-webui/open-webui/commit/29dd973db95d02f21b866b7da3dbf74d82bc2e9d) refac: frontend supported file extensions ### 📊 Changes **4 files changed** (+26 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+3 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+11 -7) 📝 `src/lib/constants.ts` (+3 -1) 📝 `src/routes/(app)/documents/+page.svelte` (+9 -5) </details> ### 📄 Description Add specific parser for common python documentation format. --- <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-20 02:55:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20369