tool · inferred from evidence
sqlite3.OperationalError
An error class or exception raised by sqlite3 indicating a database operation failure.
- 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