codespell: workflow, config + some (quite a few) typos fixed (#6785)

Probably the most  boring PR to review ;)

Individual commits might be easier to digest

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
Yaroslav Halchenko
2023-07-12 16:20:08 -04:00
committed by GitHub
parent 931e68692e
commit 0d92a7f357
100 changed files with 213 additions and 127 deletions

View File

@@ -45,7 +45,7 @@ Let's load this [blog post](https://lilianweng.github.io/posts/2023-06-23-agent/
We have a QA app in a few lines of code.
Set enviorment varaibles and get packages:
Set environment variables and get packages:
```python
pip install openai
pip install chromadb
@@ -140,7 +140,7 @@ Here are the three pieces together:
#### 1.2.2 Retaining metadata
`Context-aware splitters` keep the location ("context") of each split in the origional `Document`:
`Context-aware splitters` keep the location ("context") of each split in the original `Document`:
* [Markdown files](https://python.langchain.com/docs/use_cases/question_answering/document-context-aware-QA)
* [Code (py or js)](https://python.langchain.com/docs/modules/data_connection/document_loaders/integrations/source_code)