langchain/docs/modules
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
..
agents Fix spelling and grammar in multi_input_tool.ipynb (#2337) 2023-04-03 14:13:48 -07:00
chains Minor text correction (#2298) 2023-04-02 13:54:42 -07:00
indexes Persist database regardless of notebook or script context (#2351) 2023-04-03 14:21:17 -07:00
memory fix memory docs (#2157) 2023-03-29 11:39:06 -07:00
models Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
prompts fix typo in chat_prompt_template docs (#2193) 2023-03-30 07:52:40 -07:00
agents.rst Minor text correction (#2298) 2023-04-02 13:54:42 -07:00
chains.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
indexes.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
memory.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
models.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
prompts.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00