You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used a locally deployed model deepseek-r1:14b and encountered the same issue: ① 'sources' appeared for the first time (with search URLs), but did not appear the second time. Moreover, when it appeared, the search results were completely unrelated to what I requested (randomly appearing). ② The second time, 'sources' (without any search URLs) did not appear
Environment: Docker deploy
Test method: add code to file src\lib\searxng.ts
add --> console.log('Request URL:', url.toString());
before: const res = await axios.get(url.toString());
Example case:
Search: Samsung S25
In first time it always No Sources --> Example Domain and Request URL is not log to me (May be not search anything)
but if you do it again with same query in same page, it will get correct web search resources and log Request URL is http://searxng:8080/search?format=json&q=Samsung+S25&language=all&engines=
I think this is bug.
The text was updated successfully, but these errors were encountered: