-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError: list index out of range with CrewAI #262
Comments
Hi @Tttjjjlll,
also while using hierarchical process, you don't have to assign agent to tasks.
also you can refer to this simple rag example if it helps: Chroma db setup
tool and crew setup
crew setup
output:
Also Ensure that you hide any sensitive information, such as API keys, before sharing the code. |
Get started tutorial from official documents of CrewAI is generating error. https://docs.crewai.com/how-to/Creating-a-Crew-and-kick-it-off/ |
Thanks for flagging folks, looking into that today |
Thank you @Tttjjjlll for submitting this issue along with detailed code sample! We were able to resolve the underlying issue in PR #844 . If you update to the latest version of crewAI, you won't run into this issue anymore. Please let me know if you have any questions or need any additional help! Closed by #844 |
Hi guys, following is my code for crewai to read from a local document using RAG.
I encountered the following Error:
May I know how I can resolve this issue? Is this issue pertaining to the code or crewai or gemini pro or langchain?
Appreciate any help I can get. Thank you!
The text was updated successfully, but these errors were encountered: