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

Closed
opened 2026-02-22 18:21:57 -05:00 by yindo · 0 comments
Owner

Originally created by @SamuelEnzi on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1377

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.

Originally created by @SamuelEnzi on GitHub (May 13, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1377 ### 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.
yindo added the enhancementfeature request labels 2026-02-22 18:21:57 -05:00
yindo closed this issue 2026-02-22 18:21:57 -05:00
yindo changed title from [FEAT]: Loading additional information using a tool to improve answers. to [GH-ISSUE #1377] [FEAT]: Loading additional information using a tool to improve answers. 2026-06-05 14:37:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#879