Chromadb Collection f8599650-6eef-4c75-a08c-521adf70f320 does not exist

Hi,

I get a chromadb.errors.InvalidCollectionException: Collection f8599650-6eef-4c75-a08c-521adf70f320 does not exist. error and can’t figure out why or how to fix it.

By removing memory=True from the Crew and Agent I can fix it, but that disables the entire memory feature.

Is there a quick way to readd the collection in chromadb to fix this?

Thanks!

You can try resetting the memory.

1 Like

Thank you for the tip. That works pretty well. I ran $ crewai reset-memories -a.

The docs say it’s reset_memories, but it’s a dash instead of an underscore.

I still don’t really know how to interact with chromadb, to find out why the collection is missing all of a sudden, but this workaround works.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.