You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error while trying to search the csv file. Clearly, the action input has the right inputs for the tool to search the content. Also, it has the right csv file name but the error says no such file or directory.
These are the versions I'm using:
crewai==0.51.1
crewai-tools==0.8.3
python==3.11.9
Could this be related to a recent version update or changes in the environment? If so, what steps can I take to verify and address this issue, such as checking the file path, confirming the files' availability, or exploring alternative methods to access the data?"
The query is asking for the Income Tax Expense for JPMC in the second quarter of 2024. This is a numerical data request related to JPMC, not Bank of America. Therefore, I need to search the relevant CSV files for JPMC's data, which are ['jp16.csv', 'jp17.csv', 'jp18.csv', 'jp19.csv'].
Action: Search a CSV's content
Action Input: {"search_query": "Income Tax Expense 2Q 2024", "csv": "jp19.csv"}
I encountered an error while trying to use the tool. This was the error: [Errno 2] No such file or directory: 'jp19.csv'.
Tool Search a CSV's content accepts these inputs: Search a CSV's content(search_query: 'string', csv: 'string') - A tool that can be used to semantic search a query from a CSV's content. search_query: 'Mandatory search query you want to use to search the CSV's content', csv: 'Mandatory csv path you want to search'
Thought: The query is asking for numerical data related to JPMC's Income Tax Expense for the second quarter of 2024. I attempted to search the 'jp19.csv' file but encountered an error because the file was not found. I will try searching another relevant file for JPMC's data.```
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an error while trying to search the csv file. Clearly, the action input has the right inputs for the tool to search the content. Also, it has the right csv file name but the error says no such file or directory.
These are the versions I'm using:
crewai==0.51.1
crewai-tools==0.8.3
python==3.11.9
Could this be related to a recent version update or changes in the environment? If so, what steps can I take to verify and address this issue, such as checking the file path, confirming the files' availability, or exploring alternative methods to access the data?"
Beta Was this translation helpful? Give feedback.
All reactions