Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Web search source retrieve #611

Open
vitspvt opened this issue Feb 10, 2025 · 3 comments
Open

[Bug] Web search source retrieve #611

vitspvt opened this issue Feb 10, 2025 · 3 comments

Comments

@vitspvt
Copy link

vitspvt commented Feb 10, 2025

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)

Image

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=

Image

I think this is bug.

@ItzCrazyKns
Copy link
Owner

If you're using a small model it fails to understand the prompt and gives random links for searching, please use a slightly bigger/better model.

@zhudemiao
Copy link

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

@Twilek-de
Copy link

Twilek-de commented Mar 9, 2025

Seeing the same thing. It doesn´t seem to pull any searxng results. Has Searxng changed anything? (Running llama3.2, or is that too small?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants