Hey everyone! I am working on building a RAG application using crewai and unable to get past PDFSearchTool tool from rag-deep-dive video. If I enter custom embedding model configurations, I get an error saying "TypeError: cannot pickle "classmethod" object
And if I don't provide embedding model configurations and just give the api key and base url, there is an SSLZeroReturnError where inserting batches in chromadb fails.
Would really appreciate help!