Replies: 4 comments
-
|
Since it is a persistent config, did you set any different value in the admin panel? |
Beta Was this translation helpful? Give feedback.
-
|
No, but I see the potential bug. The generated search queries can be several and the count is applied to each of them. So if I set the variable to 5, and 3 search queries are generated, then it will collect a total of 15 sites. |
Beta Was this translation helpful? Give feedback.
-
|
That's not a bug that's intended behaviour. If you retrieve 5 pages per search and do 3 searches that's 15 pages. |
Beta Was this translation helpful? Give feedback.
-
|
Web search engine dependent behaviour. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.5.20
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When setting up RAG_WEB_SEARCH_RESULT_COUNT the actual number of pages is much larger, sometimes 3x, I have set it up to 1 or to 5 and it actually searched 3 or 15.
Actual Behavior
When setting up RAG_WEB_SEARCH_RESULT_COUNT the actual number of pages is much larger, sometimes 3x, I have set it up to 1 or to 5 and it actually searched 3 or 15.
Steps to Reproduce
set up RAG_WEB_SEARCH_RESULT_COUNT and observe that it fetches many more sites
Logs & Screenshots
There is no error in the backend but it searches more than necessary which leads to being slow
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions