Rip&Tear
Rip&Tear
https://docs.crewai.com/core-concepts/Memory/#how-memory-systems-empower-agents - read this, you are using a non openai endpoint. by default memory uses Openai - you need to specify an embedding
correct, Embedchain is used for RAG / Memory and they do not currently support Ollama so that an issue that cannot be resolved by crewai. there is a PR for...
> Same question, anyone figure out this? https://github.com/crewAIInc/crewAI/issues/541#issuecomment-2118393378
Investigating
> This continues to be an issue for me, what's the solution? currently have in my requirements.txt > > crewai crewai[tools] chromadb==0.4.0 pysqlite3-binary>=0.5.0 Hi @dregules, I am struggling to reproduce...
need more context as to what your problem is here
You dont need to use the inputs method, you can just define it all in your agents / tasks for example
Change your task description to tell it to be longer
Have you refined the prompt?
No I don't, a prompt that works for somebody else may not work for you, this is an iterative process where you refine the prompt till you get the output...