Hello ChromaDB Team,
I am reporting an issue I encountered with version 1.0.12 regarding a telemetry event error, which appears to be fixed in the latest version.
Environment
chromadb version: 1.0.12
- (Note: I manage my Python environment using mamba)
Bug Description
When running a Python script that utilizes chromadb, the following error message appeared immediately upon execution:
Failed to send telemetry event ClientStartEvent: capture() takes 1 positional argument but 3 were given
This error seems related to the internal capture() function for telemetry.
Resolution
This error no longer occurs after I upgraded chromadb to the latest version. It appears this bug was specific to version 1.0.12 (or older versions) and has since been resolved.
Thank you for your work on this library.
Hello ChromaDB Team,
I am reporting an issue I encountered with version
1.0.12regarding a telemetry event error, which appears to be fixed in the latest version.Environment
chromadbversion:1.0.12Bug Description
When running a Python script that utilizes
chromadb, the following error message appeared immediately upon execution:This error seems related to the internal
capture()function for telemetry.Resolution
This error no longer occurs after I upgraded
chromadbto the latest version. It appears this bug was specific to version1.0.12(or older versions) and has since been resolved.Thank you for your work on this library.