How to get answers *only* from the given documents? #445
Unanswered
KonradHoeffner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
localGPT works great for questions that are answered only in the given documents.
But when something has a different meaning in the specific domain of the given documents, I often get wrong answers based on what the model already knows.
How can I make sure that answers are only based on the given documents?
For example, if my document says that the sky is yellow, how do I prevent the model from saying that the sky is blue?
I already modified the template as follows but this didn't work:
Beta Was this translation helpful? Give feedback.
All reactions