crewAI
crewAI copied to clipboard
Adding support in CrewAI memory for watsonx embedding
Hello,
Currently in CrewAI for memory features, there is support only for a few providers like OpenAI, Microsoft, and Google. I am using llama3.1-405b-instruct from IBM watsonx.ai via Langchain integration (documentation is here ) however the embedder model from IBM watsonx.ai can't be added like in the documentation: https://docs.crewai.com/core-concepts/Memory/#using-openai-embeddings-already-default
embedder={ "provider": "IBM", "config":{ "model": 'ibm/slate-125m-english-rtrvr', "url": 'https://us-south.ml.cloud.ibm.com', "project_id": 'xxxxxxxxxxxxxxxxxxxxxxxx' }
Can this support/feature be added in a different way in Crewai to enable the memory?
Thank you, FM