Agents and full text attachment (aka Mistral OCR) -> OCR context only transmitted to Agents on next chat messages #6396
Unanswered
amengus87
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
Nope, the OCR text is always included, the LLM gets confused when also adding the File Search capability. This can be prevented with better instructions. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I discovered a bug with Agents and full text attachment (Mistral OCR) : it seems that OCR context is only transmitted to Agents on next chat messages.
Example :
"Give me all titles of this document" => "[Ran file_search] It seems that the document isn't currently available for me to search. Could you please upload the document so that I can extract the titles for you?"
[Ran file_search] should not occur as I'm using "full OCR context" and not the pgvector option to search in RAG
Version Information
cf03731cc8c87e2130a504b08afb2a7109684f52
Steps to Reproduce
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions