memelab74
Results
1
comments of
memelab74
[Bug]: PyInstaller support for CLI app fails due to dynamic imports and EmbeddingFunction validation
Just circling back after testing this again on ChromaDB 1.0.8. I re-ran `pyinstaller` with: ``` --hidden-import=chromadb.telemetry.product.posthog ``` Which resolved the first error (`ModuleNotFoundError: chromadb.telemetry.product.posthog`), but now I’m hitting: ``` ModuleNotFoundError:...