DeepRag not working s expected

Hello,

i have created converstaional agent for my automation.I have uplaoded documents related to jira work orders and technical and functinal document in storage bucket.
i am using DeepRAG to read pdf conetnt of files which i have stored in storage bucket and that is linked using context in agent and tool added as deeprag.
created escalation app and provided instruction like if you not able to get details from dicument then go for escalation approch.
here in text file i am attaching system primt and atatching agent scrennshots.
issue i am facing is everytime it is going for escalation appaoch and not reacding from files?why this is happening ?is i have missed any configuration? or i have aaded any wrong information?
SystemPromt -Jira workOrderAutomation support agent.txt (4.7 KB)




My question - everytime it fails to read from doc

Answer is available in the document inn first row itself-(totdal 6 douments are uplaoded)

help me on same.
Is system promt need to be modifiied? or on deep rag in task i need to modify something?

Check if your folder from which you are running agent have access to Storage Bucket which is used for Index.
Check if file is present in storage bucket and synced by index successfuly.

yes have access and everything is linked perfectly

@Mathkar_kunal

If you see there is an error that says ingestion issue..looks like indexing is in progress or not properly indexed

cheers

ok i will check on this.but is it recommended to use deeprag?or should i go without any tool?or other any tool than deeprag?

DeepRAG is extremely useful when
a. You have large knowledge base to refer.
b. Knowledge base needs to be updated when required.(Programmatically/ manually)
c. Needs references form knowledge base
etc.

You can skip DeepRag if your knowledge base is very small, static and can be added in System prompt.

i tried without deeprag as well but still going for escalation approch.can you please check my system promt which i have attached as a text file and moify if possible and send me because i tried with diff promts as well

@Mathkar_kunal

better explain the same to auto pilot and it would modify the system and user prompts ..check them

Also if you are still getting error then first check the debug logs and see what thr agent is responding and then accordingly you can look at the prompts or tools

cheers

ok i will try this and will update

Working fine now , i have modified primt , removed and added context and removed DeepRAG . and working fine now.

Thanks you for all suggestions