web search not working or not intuitive #7581
Replies: 9 comments 25 replies
-
try to toggle the "Search" button on/off, and check server logs |
Beta Was this translation helpful? Give feedback.
-
I am facing the same problem. |
Beta Was this translation helpful? Give feedback.
-
{ -- nothing specific about the search tool being triggered or any of the apis (serper, cohere, firecrawl) being called. |
Beta Was this translation helpful? Give feedback.
-
I think I know the issue, what is the value of your ENDPOINTS=openAI,agents |
Beta Was this translation helpful? Give feedback.
-
I tried adding ENDPOINTS=custom,agents,openAI and my agents still responds with no capability of web search. here is the agents portion of my yaml file: endpoints: |
Beta Was this translation helpful? Give feedback.
-
Is there a more lightweight alternative? Especially in enterprise environment you can just register and use four new 3rd party services. And the web search feature is so fundamentally important. |
Beta Was this translation helpful? Give feedback.
-
Excuse me, but I think I’m not understanding something. When I turn on web search, the interface suggests adding API keys for SERPER, Firecrawl, and Jina. However, that’s not exactly what I need. I just want to have the links from the citations block (like in Perplexity) displayed in the interface. Is there any way to enable this? |
Beta Was this translation helpful? Give feedback.
-
Regarding the search, I agree that is fundamental. So far, from all projects I tried, the most advanced using the search tools is this one: They have also a demo. The most impressive is the fact that the system decides when it needs more information to be searched, define the perfect search strings for the search engine, read the pages using even internal scrapes, see if it has enough information and provide answer. If not, it will search more. It is very fast. The bad point for the project is the difficult manual installation (used for dev). The docker is fine though. |
Beta Was this translation helpful? Give feedback.
-
I tried all of the above with local searXNG, but can't get it to work.. Any pointers? .env: librechat.yaml: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
installed serper, firecrawl and cohere api keys into env variables.
when trying the web search with gpt 4 mini or claude 3.7, i get a cannot search the web response:
also, does agents have access to the same web search or is it limited to google's api path as a tool
Version Information
latest
Steps to Reproduce
see above
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions