I've noticed that sometimes, especially after a long period passes without any requests to the database, the connection to the database gets lost, and I receive the error message: 'Could not connect to a Chroma server. Are you sure it is running?'
Occasionally, a request might fail, but after recreating the client, it succeeds. What could be the issue?
What happened?
I've noticed that sometimes, especially after a long period passes without any requests to the database, the connection to the database gets lost, and I receive the error message: 'Could not connect to a Chroma server. Are you sure it is running?' Occasionally, a request might fail, but after recreating the client, it succeeds. What could be the issue?
Versions
Chroma v0.4.17, Python v3.11.4
Relevant log output
No response