Skip to content
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

Search: questions and ideas for enhancement #198

Open
oppenheimer- opened this issue Oct 1, 2024 · 1 comment
Open

Search: questions and ideas for enhancement #198

oppenheimer- opened this issue Oct 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@oppenheimer-
Copy link

First: Thanks for this outstanding tool! I love the UI and general ease of use 💪

Doing web search is accomplished by sending the whole user prompt to search engines in the q parameter. Other popular tools like perplexity or morphic augment the user query to enhance the search terms. That might greatly improve quality.
Providing multiple (e.g. 3) multi angled search queries could really enhance the experience.

I got a question in this context:
Is the content of the resulting search result fed into the prompt for the LLM or the actual contents of the found sources?

Another thing that caught my attention are the follow up questions. In my current build 1.2.3 there no follow up questions visible.

@n4ze3m
Copy link
Owner

n4ze3m commented Oct 1, 2024

Doing web search is accomplished by sending the whole user prompt to search engines in the q parameter. Other popular tools like perplexity or morphic augment the user query to enhance the search terms. That might greatly improve quality.

Hey, thanks for the suggestions! Currently, the LLM generates a search query based on follow-up questions. I will change the flow so it generates a polished search query from the first message.

I got a question in this context:
Is the content of the resulting search result fed into the prompt for the LLM or the actual contents of the found sources?

Currently, all search results are appended directly to the prompt. You can turn off the 'Perform Simple Internet Search' option, and it will perform RAG on the search results instead.

@n4ze3m n4ze3m added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants