-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
more info neededAn issue that needs more information from the reporter before it can be addressedAn issue that needs more information from the reporter before it can be addressedragRelated to RAG flow and question-answering logic, from the chat or ask approachesRelated to RAG flow and question-answering logic, from the chat or ask approaches
Description
In some cases, the citation URL has a source:
prefix added to it.
For instance, instead of the usual filename.pdf
, it appears as source:filename.pdf
.
This causes a "file not found" error when attempting to open the citation.
Has anyone encountered a similar issue?
I believe that this particular line in the system message has something to do with it - Each source has a name followed by colon and the actual information, always include the source name for each fact you use in the response. Use square brackets to reference the source, for example [info1.txt]. Don't combine sources, list each source separately, for example [info1.txt][info2.pdf].
Metadata
Metadata
Assignees
Labels
more info neededAn issue that needs more information from the reporter before it can be addressedAn issue that needs more information from the reporter before it can be addressedragRelated to RAG flow and question-answering logic, from the chat or ask approachesRelated to RAG flow and question-answering logic, from the chat or ask approaches