crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Adding support in CrewAI memory for watsonx embedding

Open ticlazau opened this issue 6 months ago • 0 comments

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

ticlazau avatar Aug 12 '24 18:08 ticlazau