mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
feat: smart rag system (simple google search on basic queries) #263
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 @oliverbob on GitHub (Feb 4, 2024).
Can we practically enable basic rag feature so that we can do the following system prompt to call for an online search?
@justinh-rahb commented on GitHub (Feb 5, 2024):
This would be neat but I don't think easily implemented. What would be required is some ability for the UI to do semantic reasoning on inputs, without resorting to using a full LLM model as this would be monstrously inefficient. I've done a bit of research into the subject and have found a project that purports to be able to do this: Semantic Router.