What happened?
I am unable to stop the chroma server when sending ctrl+c (SIGINT) from the terminal it is running in or using kill <pid>
to stop the process.. I've repo'd this on multiple machines and terminals.
npm init -y
npm install chromadb
npx chroma run
installing from pip also causes the problem.
python3 -m venv venv
source venv/bin/activate
pip install chromadb
chroma run
Versions
chroma 1.0.0
Relevant log output