SumaiyaSultan2002
SumaiyaSultan2002
> > Hello, I'm curious if anyone has experience using the PdfSearchTool alongside Groq as both the provider and embedder. I'm exploring this combination and would appreciate any insights or...
you didnt add the expected output in the code task = Task (description="""what is 3 + 5""", agent = general_agent, expected_output=' ')
insights_task = Task( description='Identify top 10 key insights from the data in points format. ', agent=insight_researcher, expected_output='insights from the dataset', )
have u tried any other open source models, that work okay with crew ai?
@slavakurilyak thank you. It was helpful. Have anyone tried to use the tools csvsearchtool. I feel like it is not correctly reading the csv file and just giving some random...
tool = CSVSearchTool( config=dict( llm=dict( provider="groq", # or google, openai, anthropic, llama2, ... config=dict( model="llama3", # temperature=0.5, # top_p=1, # stream=true, ), ), embedder=dict( provider="google", # or openai, ollama, ......