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

[FEAT]: Loading additional information using a tool to improve answers. #1377

Open
SamuelEnzi opened this issue May 13, 2024 · 0 comments
Open
Labels
enhancement New feature or request feature request

Comments

@SamuelEnzi
Copy link

What would you like to see?

Currently, the user's question is converted into embeddings and entries from a database that have a match are loaded into the context of the AI.

Here is an example conversation that consequently has an incorrect answer.

Q: What products does company XY sell?
A: <List of products>
Q: What is the first product in your answer used for?

The second question contains NO information about the product in the AI's answer so no relevant information is found or WRONG information is loaded and this leads to incorrect or incomplete answers.

A solution to this problem would be to provide the AI with a tool with which it can perform independent searches. The results of that search are added to the context of the AI and highlighted so that the LLM knows that those are the results of its own search query.

The expectation is that this enhancement will significantly improve the quality of such contextual responses/questions.

What do you think of this suggestion?

PS: This project is excellent.

@SamuelEnzi SamuelEnzi added enhancement New feature or request feature request labels May 13, 2024
@SamuelEnzi SamuelEnzi changed the title [FEAT]: Loading information using a tool to improve answers. [FEAT]: Loading additional information using a tool to improve answers. May 13, 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 feature request
Projects
None yet
Development

No branches or pull requests

1 participant