mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-21 21:52:45 -05:00
Enhancing RAG to Handle More Document Types #4315
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?
Originally created by @seanmaman on GitHub (Mar 7, 2025).
Hi there,
I would like to improve the RAG system by upgrading it to an agentic RAG and enhancing its ability to process various document types, including PPTX, Excel, CSV, PDF, Word, Markdown (MKD), TXT, and more. My goal is to create a robust RAG system that can handle all kinds of documents, including images and tables within them.
Is there a way to achieve this? Or has this already been implemented?
Thanks!