langchain/docs/modules/indexes/vectorstores
Bhanu K 3fb4997ad8
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
```
2023-04-03 14:21:17 -07:00
..
examples Persist database regardless of notebook or script context (#2351) 2023-04-03 14:21:17 -07:00
getting_started.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00