Original PR: https://github.com/open-webui/open-webui/pull/554 Author: @Marclass Created: 1/23/2024 Status: ✅ Merged Merged: 1/25/2024 Merged by: @tjbck
Base: main ← Head: main
main
8bfda73
1e932d9
fa5918a
4e468dc
3 files changed (+89 additions, -38 deletions)
📝 backend/apps/rag/main.py (+84 -37) 📝 backend/requirements.txt (+4 -0) 📝 src/lib/constants.ts (+1 -1)
backend/apps/rag/main.py
backend/requirements.txt
src/lib/constants.ts
Adds xls and xlsx parsers for RAG, but they're pretty slow, so users would probably want to convert to csv first.
🔄 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/554
Author: @Marclass
Created: 1/23/2024
Status: ✅ Merged
Merged: 1/25/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (4)
8bfda73add excel document support1e932d9Update constants.tsfa5918aMerge branch 'main' into main4e468dcrefac📊 Changes
3 files changed (+89 additions, -38 deletions)
View changed files
📝
backend/apps/rag/main.py(+84 -37)📝
backend/requirements.txt(+4 -0)📝
src/lib/constants.ts(+1 -1)📄 Description
Adds xls and xlsx parsers for RAG, but they're pretty slow, so users would probably want to convert to csv first.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.