joaomdmoura / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
16.62k stars 2.24k forks source link

RAG capability with Opensource Models #593

Open varskann opened 1 month ago

varskann commented 1 month ago

More like a KT/Question.

I am trying to have RAG support for Open LLM (mamba), But unable to get it to work. I am following this video, but Code is not working properly.

Any relevant resources or example codes for the same?

mustangs0786 commented 1 month ago

I also need help how to use csv rag with local llama, it is not working..

slavakurilyak commented 1 month ago

What errors are you seeing? What's your stack trace?

varskann commented 1 month ago

Hey @slavakurilyak For me, I am not able to make it run. Most likely some issue with the way I am adding the workflow. Haven't seen any example, so just implementing my thought process. Will share code in sometime(Might be entirely garbage)