database · inferred from evidence
sqlite3
A lightweight, disk-based database engine used by Chroma for persistence.
- Chroma.from_documents() raises sqlite3.OperationalError: attempt to write a readonly database
Using Chroma as a persistent vector store via Chroma.from_documents(docs, embedding, persist_directory=...) on Ubuntu with langchain 0.0.351. The first creation worked, but deleting the persist directory with shutil.rmtree and recreating th