Search Configuration Not Taking #8612
Replies: 3 comments
-
If using redis, you need to flush the cache with Please look over: https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/web_search |
Beta Was this translation helpful? Give feedback.
-
Web Search Configuration Not Saving or Persisting — Modal Keeps ReappearingSummary: ✅ Environment SetupLibreChat version: 🧾
|
Beta Was this translation helpful? Give feedback.
-
Can confirm I am observing the same behaviour - though my setup does not include redis. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure my LC instance to use my local searxng instance for search. I have configured the webSearch field in librechat.yaml and configured the SEARXNG_INSTANCE_URL in my .env file. I have confirmed that the env variables are loading correctly in the container with printenv. However, when I go to turn on web search in the tools menu, I get prompted to configure my search engine. This was serper for forever no matter what I did, but blowing away my redis and mongo data and rebuilding finally got that form to change over to SearXNG. But, even if I put in my URL for my searxng instance and hit save, it does not enable the web search, i.e. the web search icon does not turn blue, and when clicked again, it prompts for the user config again, and although the URL for my searxng instance is saved, I cannot search against it. My model is unable to do a web search.
Snippet from librechat.yaml:
webSearch: searchProvider: searxng searxngInstanceUrl: "${SEARXNG_INSTANCE_URL}" safeSearch: 0
Snippet from .env:
SEARXNG_INSTANCE_URL=https://xxxx.xxxxxxx.xxxx <redacted> SEARXNG_API_KEY= SEARCH=true SERPER_API_KEY= FIRECRAWL_API_KEY= FIRECRAWL_API_URL= JINA_API_KEY= COHERE_API_KEY=
Beta Was this translation helpful? Give feedback.
All reactions