You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/indexes
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
```
1 year ago
..
document_loaders/examples Introduces SeleniumURLLoader for JavaScript-Dependent Web Page Data Retrieval (#2291) 1 year ago
retrievers/examples
text_splitters
vectorstores Persist database regardless of notebook or script context (#2351) 1 year ago
document_loaders.rst
getting_started.ipynb
retrievers.rst
text_splitters.rst
vectorstores.rst