-
-
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
Perplexica / SearXNG search results #248
Comments
Thank you for this! I can't get it to work though, I'm getting this error in agent zero: Agent Zero\python\tools\knowledge_tool.py", line 5, in I did: And I have all the files in the python\tools\ dir (including SearXNG and Perplexica). What am I doing wrong??
|
custom_searches_v2.zip |
@frdel if you want to have a look a this, just discovered the development branch and see you also have SearXNG integrated there. I'm not sure how to make an actual proposal in git :) |
If you are interested I have a working implementation of SearXNG search. Here an example of the output you get asking to serch online for the term "ambiguos" (wrong spelling was to test is It auto correct, and It does): `Hint: Initialized searXNG search for categories: General, Images, Videos, News, Map, Music, Science, Files, Social_media, It Hint: Waiting search results... Hint: Received 10 search results. Generating markdown for 10 results Agent 0: Response from tool 'knowledge_tool' Online sourcesSearXNG Search ResultsThe following are the search results for query Category GeneralAmbiguous Definition & MeaningThe meaning of AMBIGUOUS is doubtful or uncertain especially from obscurity or indistinctness. How to use ambiguous in a sentence. Synonym Discussion of Ambiguous. Frequently Asked Questions About ambiguous. Metadata
AMBIGUOUS | English meaning - Cambridge Dictionary5 days ago — having or expressing more than one possible meaning, sometimes intentionally: His reply to my question was somewhat ambiguous. The wording of ... Metadata
Ambiguous - Definition, Meaning & SynonymsSomething ambiguous is unclear or vague, like the end of a short story that leaves you scratching your head. But if you're ambivalent about something, you can take it or leave it. Metadata
Category MusicMetaphysics (Book 7) by Aristotlethe simple terms. For the extreme terms are not in the same way identical with the middle term. But perhaps Metadata
|
I have created two helpers, one to search with SearXNG and the other with Perplexica. I have also updated the knowledge_tool to include these helpers. I am building a containerized version of agent-zero which contains ollama, perplexica & searxng for the moment.
custom_searches.zip
I have included these files in a .ZIP so they can be integrated when OK
https://github.com/ItzCrazyKns
Perplexica & SearXNG were installed with the default settings for the compose-stack from the github repo. I am currently still running agent-zero and ollama locally for testing purposes and am using Llama3.1:8B & nomic-embed-text.
The text was updated successfully, but these errors were encountered: