[PR #466] [MERGED] feat: Add epub support #75219

Closed
opened 2026-05-13 08:11:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/epub-support


📝 Commits (2)

📊 Changes

6 files changed (+38 additions, -12 deletions)

View changed files

📝 Dockerfile (+7 -0)
📝 backend/apps/rag/main.py (+13 -4)
📝 backend/constants.py (+2 -0)
📝 backend/requirements.txt (+2 -1)
📝 src/lib/components/chat/MessageInput.svelte (+13 -7)
📝 src/lib/constants.ts (+1 -0)

📄 Description

Enables RAG with EPUB documents.


🔄 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/466 **Author:** [@baumandm](https://github.com/baumandm) **Created:** 1/13/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat/epub-support` --- ### 📝 Commits (2) - [`f559068`](https://github.com/open-webui/open-webui/commit/f559068186f333ec6d73a87e693a950d9bf47442) feat: Add epub support - [`5188bab`](https://github.com/open-webui/open-webui/commit/5188bab560dfba1bff0003f9f088d8b5e17c2379) Update Dockerfile ### 📊 Changes **6 files changed** (+38 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+7 -0) 📝 `backend/apps/rag/main.py` (+13 -4) 📝 `backend/constants.py` (+2 -0) 📝 `backend/requirements.txt` (+2 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+13 -7) 📝 `src/lib/constants.ts` (+1 -0) </details> ### 📄 Description Enables RAG with [EPUB](https://python.langchain.com/docs/integrations/document_loaders/epub) documents. --- <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-13 08:11:07 -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#75219