Im building a system like this
- user give an input
- LLM Use pandasqueryengine to query a CSV to see if it can find any matching rows,
- If not found in the CSV file
- then use a fine tuned model to predict whats the output based on the given input
can someone teach me how to do step 3 + 4? I dont know how to let LLM knows to make another decision IF its not found in csv