Skip to content

Commit

Permalink
code splitter docs (langchain-ai#5480)
Browse files Browse the repository at this point in the history
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
  • Loading branch information
2 people authored and Undertone0809 committed Jun 19, 2023
1 parent fb3919e commit e188bac
Show file tree
Hide file tree
Showing 8 changed files with 455 additions and 872 deletions.
8 changes: 2 additions & 6 deletions docs/modules/indexes/text_splitters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ For an introduction to the default text splitter and generic functionality see:
Usage examples for the text splitters:

- `Character <./text_splitters/examples/character_text_splitter.html>`_
- `LaTeX <./text_splitters/examples/latex.html>`_
- `Markdown <./text_splitters/examples/markdown.html>`_
- `Code (including HTML, Markdown, Latex, Python, etc) <./text_splitters/examples/code_splitter.html>`_
- `NLTK <./text_splitters/examples/nltk.html>`_
- `Python code <./text_splitters/examples/python.html>`_
- `Recursive Character <./text_splitters/examples/recursive_text_splitter.html>`_
- `spaCy <./text_splitters/examples/spacy.html>`_
- `tiktoken (OpenAI) <./text_splitters/examples/tiktoken_splitter.html>`_
Expand All @@ -49,10 +47,8 @@ Usage examples for the text splitters:
:hidden:

./text_splitters/examples/character_text_splitter.ipynb
./text_splitters/examples/latex.ipynb
./text_splitters/examples/markdown.ipynb
./text_splitters/examples/code_splitter.ipynb
./text_splitters/examples/nltk.ipynb
./text_splitters/examples/python.ipynb
./text_splitters/examples/recursive_text_splitter.ipynb
./text_splitters/examples/spacy.ipynb
./text_splitters/examples/tiktoken_splitter.ipynb
Expand Down
Loading

0 comments on commit e188bac

Please sign in to comment.