mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-18 04:51:23 -05:00
Multi-Route Retrieval #3284
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 @Orangerccc on GitHub (Jan 15, 2025).
Can a multi-retrieval strategy be incorporated into RAG? For different types of texts, data retrieval and recall should be conducted on multiple databases because different formats of data are suitable for different database scenarios. For instance, structured data is suitable for relational databases, while unstructured data is suitable for vector databases. For the same question, multi-retrieval should be carried out on relational databases, full-text search engines, vector databases, knowledge graphs, etc., to make the RAG function more powerful.