langchain/docs/modules
Jens Madsen 8d9e9e013c
refactor: extract token text splitter function (#5179)
# Token text splitter for sentence transformers

The current TokenTextSplitter only works with OpenAi models via the
`tiktoken` package. This is not clear from the name `TokenTextSplitter`.
In this (first PR) a token based text splitter for sentence transformer
models is added. In the future I think we should work towards injecting
a tokenizer into the TokenTextSplitter to make ti more flexible.
Could perhaps be reviewed by @dev2049

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-04 14:41:44 -07:00
..
agents Harrison/pubmed integration (#5664) 2023-06-03 16:25:28 -07:00
callbacks FileCallbackHandler (#5589) 2023-06-03 16:48:48 -07:00
chains Fixed multi input prompt for MapReduceChain (#4979) 2023-06-03 14:41:03 -07:00
indexes refactor: extract token text splitter function (#5179) 2023-06-04 14:41:44 -07:00
memory fix: correct momento chat history notebook typo and title (#5646) 2023-06-03 16:39:27 -07:00
models Retitles Bedrock doc to appear in correct alphabetical order in site nav (#5639) 2023-06-04 14:39:25 -07:00
prompts Harrison/pipeline prompt (#5540) 2023-06-04 14:29:37 -07:00
utils/examples Pass parsed inputs through to tool _run (#4309) 2023-05-08 09:13:05 -07:00
agents.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
chains.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
indexes.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
memory.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
models.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00