Ricardo Santos
Ricardo Santos
I think I read this issue in the past, graphene-django is currently throwing the next exception on my end: "Found different types with the same name in the schema: currency,...
Currently, the model initialized in the agent, is taking a default value from `args` despite the user customization on the toml or the env vars. This PR just replaces that...
CrewAI has a dependency on top of embedchain. Latest embedchain (0.1.103) requires ChromaDB with version >= 0.5.0 while crewai-tools depends on versions
I am currently partitioning a docx file harnessing unstructured with the next input params: ```json { "filename": "document.docx", "response_type": "application/json", "coordinates": false, "encoding": "utf-8", "hi_res_model_name": null, "include_page_breaks": false, "ocr_languages": null,...