Manos Tsagkias

Results 3 comments of Manos Tsagkias

I think there is one more "file handler leak" besides the one that @hedleyroos covers in his fix above: When I create databases, the Sqlite3 `/path/to/database/chroma.db` file remains open as...

Thank you for the swift reply @hedleyroos and @tazarov ! I much appreciate the workaround, and I'm happy to confirm that the combined solutions from @hedleyroos completely solve the issue.

Ran into it as well. On a Mac, running py3.12 (via pyenv), you need a couple of dependencies before it installs successfully with `pip`: ``` brew install hdf5 brew install...