Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Developer Accelerator

10.8k members โ€ข Free

2 contributions to AI Developer Accelerator
Facing issue while using native crewAI tools
I tried creating a simple agent with a task to query a CSV file and I have provided it access to CSV RAG Search - crewAI tool. I am getting the attached error. Below is how I have implemented the tool: from langchain.tools import tool from crewai_tools import CSVSearchTool class CsvTool: @tool("Searches into a CSV file") def query_csv(self): """ This tool is used to perform a RAG (Retrieval-Augmented Generation) search within a CSV file's content """ query_tool = CSVSearchTool('data-agent.csv') return query_tool
Facing issue while using native crewAI tools
Can we use native LangChain agents in crewAI?
Can we use the native pre-built LangChain agents along with custom agents created in crewAI or use those agents as tools? E.g., instead of creating Agents and providing them roles, can we use LangChain agents like CSV agents or SQL agents to fetch data and perform some tasks?
1
0
1-2 of 2
Parth Bhandari
1
3points to level up
@parth-bhandari-2511
Learning Software Engineer!

Active 628d ago
Joined Mar 15, 2024
India
Powered by