You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the local websearch is always a bit brittle since you need to parse google results directly. Keeping it up to date is always a challenge so we recommend using a search provider if you can instead.
I can't really commit time to do it myself now but I'd be super happy to review a PR that fixes the local search however!
I tried SERPER_API_KEY instead, but this reports the same error, No results found for this search query. I can see the API calls in the Serper activity log, however. Any hints on how I can debug this?
{"level":40,"time":1743005435762,"pid":25,"hostname":"e653a132a251","msg":"No tokenizer found for model LM Studio, using default template. Consider setting tokenizer manually or making sure the model is available on the hub."}
Bug description
With
USE_LOCAL_WEBSEARCH=true
, Web Search always reports No results found for this search query.Steps to reproduce
Screenshots
Context
I'm running chat-ui-db using podman on an M1 Macbook. I'm using LM Studio as the model provider.
podman run --rm --mount type=bind,source="$(pwd)/.env.local",target=/app/.env.local -v chat-ui:/data -p 3000:3000 ghcr.io/huggingface/chat-ui-db
Logs
Specs
Config
.env.local
The text was updated successfully, but these errors were encountered: