docs: misc retrievers fixes (#9791)

Various miscellaneous fixes to most pages in the 'Retrievers' section of
the documentation:
- "VectorStore" and "vectorstore" changed to "vector store" for
consistency
- Various spelling, grammar, and formatting improvements for readability

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
seamusp
2023-09-03 20:26:49 -07:00
committed by GitHub
parent 8bc452a466
commit 16945c9922
39 changed files with 148 additions and 163 deletions

View File

@@ -50,7 +50,7 @@ RecursiveCharacterTextSplitter.get_separators_for_language(Language.PYTHON)
## Python
Here's an example using the PythonTextSplitter
Here's an example using the PythonTextSplitter:
```python
@@ -78,7 +78,7 @@ python_docs
</CodeOutputBlock>
## JS
Here's an example using the JS text splitter
Here's an example using the JS text splitter:
```python
@@ -109,7 +109,7 @@ js_docs
## Markdown
Here's an example using the Markdown text splitter.
Here's an example using the Markdown text splitter:
````python
@@ -155,7 +155,7 @@ md_docs
## Latex
Here's an example on Latex text
Here's an example on Latex text:
```python
@@ -219,7 +219,7 @@ latex_docs
## HTML
Here's an example using an HTML text splitter
Here's an example using an HTML text splitter:
```python
@@ -281,7 +281,7 @@ html_docs
## Solidity
Here's an example using the Solidity text splitter
Here's an example using the Solidity text splitter:
```python
SOL_CODE = """