mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #554] [MERGED] feat: Add excel parser for RAG #91411
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.