-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issue with DuckDuckGo in knowledge tool #184
Comments
I commented out the part of the ddg query that kept failing. Couldn't tell if a0 ever successfully used it. |
I dropped in a SEARXNG docker instance and told it to use that and forget all about DDG. Had it run a handful of search tests to 'learn' that it worked. (because it used to try to use DDG to search for SEARXNG) I used to build my own images (https://github.com/searxng/searxng) Then took the easy way out and ran the compose (https://github.com/searxng/searxng-docker)
Everything else performs as expected. |
The DDGS package version used in A0 somehow has a very low rate limit. Upgrading it to the newest version seems to solve it. |
Unfortunately I'm not sure where the DDGS package version is specified in the project or what it should be changed to E: I upgraded the python version in the terminal and it seems to work: |
Hello, not sure this is a miss-configuration on my side.
I don´t have a perplexity api key and therefore the knowledge tool only uses duckduckgo search. But it is not working. checking the output I am always getting a RateLimit error.
I could not see any api key for that neither ratelimits for using duckduck go search online.
Any idea what to do here?
I was also thinking, if there is a web page content tool running queries against search engines. Could we build something similar to that for the knowledge tool? I guess the main issue is parsing the result?
The text was updated successfully, but these errors were encountered: