langchain
3fb4997a - Persist database regardless of notebook or script context (#2351)

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
Parents
Loading