joaomdmoura / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
17k stars 2.3k forks source link

AttributeError: type object 'hnswlib.Index' has no attribute 'file_handle_count' #705

Open RameshAdavi opened 1 month ago

RameshAdavi commented 1 month ago

While creating a crew , as below: crew = Crew( agents=[support_agent, support_quality_assurance_agent], tasks=[inquiry_resolution, quality_assurance_review], verbose=2, memory=True )

I get the error as below: AttributeError: type object 'hnswlib.Index' has no attribute 'file_handle_count'

I am working in a Conda environment, using the following packages: crewai==0.28.8 crewai_tools==0.1.6 langchain_community==0.0.29 python==3.11.8 hnswlib==0.8.0 chromadb==0.4.24 chroma-hnswlib==0.7.3

Please help

gadgethome commented 1 month ago

Please can you test in the latest version to see if it's still an issue. Thanks

crewai 0.30.11 crewai-tools 0.2.6

cws887 commented 1 month ago

fdfdd

cws887 commented 1 month ago

Duplicate of #

RameshAdavi commented 1 month ago

I pip installed crewai 0.30.11 crewai-tools 0.2.6 as suggested by you. The issue persists.

RameshAdavi commented 1 month ago

I tested with latest versions of crewai and crewai-tools. The issue persists

On Wed, 29 May 2024 at 02:01, Paul Nugent @.***> wrote:

Please can you test in the latest version to see if it's still an issue. Thanks

crewai 0.30.11 crewai-tools 0.2.6

— Reply to this email directly, view it on GitHub https://github.com/joaomdmoura/crewAI/issues/705#issuecomment-2136055794, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEQPY7JXWVSLDXNGNHXZ5TZETSTDAVCNFSM6AAAAABIM4OJDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZWGA2TKNZZGQ . You are receiving this because you authored the thread.Message ID: @.***>

helenadeus commented 2 weeks ago

same issue