[PR #554] [MERGED] feat: Add excel parser for RAG #124030

Closed
opened 2026-05-21 03:42:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/554 **Author:** [@Marclass](https://github.com/Marclass) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8bfda73`](https://github.com/open-webui/open-webui/commit/8bfda730d9dd99eae2147bcb8207efe09016d165) add excel document support - [`1e932d9`](https://github.com/open-webui/open-webui/commit/1e932d91cb527d00382362ee146007c8dff15ac5) Update constants.ts - [`fa5918a`](https://github.com/open-webui/open-webui/commit/fa5918ad132ac2d9552a21ce5623dd8c97324a66) Merge branch 'main' into main - [`4e468dc`](https://github.com/open-webui/open-webui/commit/4e468dc58cd71392d92539230743bde4256598bc) refac ### 📊 Changes **3 files changed** (+89 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+84 -37) 📝 `backend/requirements.txt` (+4 -0) 📝 `src/lib/constants.ts` (+1 -1) </details> ### 📄 Description Adds xls and xlsx parsers for RAG, but they're pretty slow, so users would probably want to convert to csv first. --- <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-05-21 03:42:28 -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#124030