Skip to content

Commit 375ee11

Browse files
committed
docs(readme): mentioned that semchunk is production ready
1 parent e24fbd4 commit 375ee11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ It has built-in support for tokenizers from OpenAI's `tiktoken` and Hugging Face
1111

1212
Powered by an efficient yet highly accurate chunking algorithm ([How It Works 🔍](https://github.com/isaacus-dev/semchunk#how-it-works-)), `semchunk` produces chunks that are more semantically meaningful than regular token and recursive character chunkers like `langchain`'s `RecursiveCharacterTextSplitter`, while also being 85% faster than its closest alternative, `semantic-text-splitter` ([Benchmarks 📊](https://github.com/isaacus-dev/semchunk#benchmarks-)).
1313

14+
`semchunk` is production ready, being used every day in the [Isaacus API](https://docs.isaacus.com) to split extremely long legal documents into more manageable chunks for our [Kanon legal AI models](https://docs.isaacus.com/models).
15+
1416
## Installation 📦
1517
`semchunk` can be installed with `pip`:
1618
```bash

0 commit comments

Comments
 (0)