langchain
3fb4997a
- Persist database regardless of notebook or script context (#2351)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Persist database regardless of notebook or script context (#2351) `persist()` is required even if it's invoked in a script. Without this, an error is thrown: ``` chromadb.errors.NoIndexException: Index is not initialized ```
Author
bkamapantula
Parents
cc50a457
Loading