-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add custom search engines in settings #1810
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
base: main
Are you sure you want to change the base?
Add custom search engines in settings #1810
Conversation
keep going bro, you almost nailed it and made this feature a reality! |
@nsarrazin please check this PR to see if this feature works. |
Hi thanks for the contrib! Let me take a quick look |
almost there! |
@nsarrazin please review this PR once more. it is under pending. |
Hey @gmanskibiditoilet ! You've been posting under a lot of different issues lately, I just want to say I read everything and you really don't need to ping me on everything. I'm aware of what's on the board and I do my own prioritization. If you care about a feature, use the thumbs up reaction so I know it's important to you but you don't need to post every day, each time you do it I get an email notification 😅 |
alr, thanks for the notice |
What does this PR do?
Solution to Issue #1756
This PR lets chat-ui users pick the web-search provider (Serper/Google, Bing, DuckDuckGo, …) from Settings → Search Engine. The selected provider is stored in user settings, persisted to MongoDB, and passed through the RAG pipeline so that every web-search tool-call queries the engine the user chose.
Part of #1756
Who can review?
@nsarrazin could you review this PR?