Harrison/site map (#2061)

Co-authored-by: Tim Asp <707699+timothyasp@users.noreply.github.com>
This commit is contained in:
Harrison Chase
2023-03-27 16:28:08 -07:00
committed by GitHub
parent 8b5a43d720
commit a0cd6672aa
10 changed files with 491 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ See [this notebook](../modules/indexes/getting_started.ipynb) for a more detaile
from langchain.document_loaders import TextLoader
loader = TextLoader('../state_of_the_union.txt')
```
See [here](../modules/document_loaders/how_to_guides.rst) for more information on how to get started with document loading.
See [here](../modules/indexes/document_loaders.rst) for more information on how to get started with document loading.
**Create Your Index**
```python