Trying to move to use attachment approach for PDF summaries but am getting "cannot read PDF" about 50% of the time. This may be Claude 3_5 specific. I just tried moving to open AI's 4o and it seemed to work there.
under review
a
avijit ghosh
I had swapped my prompt to the following (before it said PDF file rather than XML) and it seems to work now. I tried dumping the XML the LLM saw just to see if was the full PDF and I think it was? I will try it your way next!
---start prompt---
Summarize the attached paper (this is the full paper stored as an XML file included as Project Knowledge) in a few sentences.
Use bullet points for each key topic, citing evidence with page numbers in the paper.
Preface your response with the Text “#Summary/Claude3_5Sonnet”
---end prompt ---
Daniel Nguyen
under review
Hmmm I think the prompt caching is the culprit. Can you disable it in Settings > Advanced > Feature Flags.
I will take a deeper look.
a
avijit ghosh
Daniel Nguyen
No that does not work. Here is the screenshot. What does seem to work is I replace (this is the full paper stored as a PDF file ) with (the full paper is stored as an XML file as project knowledge) but I am not 100% sure you are converting the pdf to an XML file before sending it to claude?