How to Processing and Analizing Multiple CSV files in filder

Can I upload and analyze multiple CSV files in a folder at the same time using the Agency Swarm framework? Can I integrate a visualizer, such as plots or Pandas pie charts?

@Igor_Emelyanov Can you please explain how this question is related to CrewAI?

Sure. I am going to create the Csv file assistant with CrewAI. But I need to talk and chat not with only one csv file but with all of them in folder .
Does it possible?
Thx, Igor

Have you tried using the Directory RAG Search tool, which is designed for semantic searches within a directory’s content?

Directory rag is only reading file name not the content

Try using Tools - CrewAI

**CSVSearchTool** A RAG tool designed for searching within CSV files, tailored to handle structured data.

and use
**DirectoryReadTool** Facilitates reading and processing of directory structures and their contents.

If you want to group them you could use

To read in each file it will depend on the size of the files.

My advice… start super super simple and build one step at a time.

There are so many tools and they all have their querks