database · inferred from evidence
sqlite
Embedded SQL database engine
- Chroma.from_documents() raises sqlite3.OperationalError: attempt to write a readonly database
The original reporter confirmed this fix worked: pip install --upgrade chromadb==0.4.14, and several other users said the same. The underlying cause identified in the thread is a stale sqlite connection that survives the directory deletion,