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: main ← Head: main
main
e2edbed
35ace57
2e4373c
29dd973
4 files changed (+26 additions, -13 deletions)
📝 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)
backend/apps/rag/main.py
src/lib/components/chat/MessageInput.svelte
src/lib/constants.ts
src/routes/(app)/documents/+page.svelte
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:main📝 Commits (4)
e2edbedMerge pull request #1 from Marclass/rag-arbitrary-files35ace57add rst document for RAG2e4373cMerge branch 'ollama-webui:main' into main29dd973refac: 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.