Skip to content

Commit e430bc8

Browse files
authored
README.md
1 parent 09340b6 commit e430bc8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ pip install -i [https://test.pypi.org/simple/](https://test.pypi.org/simple/) sm
2222
Run the chunk command to process a file and generate a JSONL output.
2323

2424
smartchunk chunk docs/README.md \
25-
--mode markdown \
26-
--max-tokens 700 \
27-
--dedupe \
28-
--out out/chunks.jsonl
25+
fetch Fetch, parse, and chunk content directly from a URL in one go. │
26+
│ chunk Chunk a local file and print/save chunks. │
27+
│ compare Compare SmartChunker with a naive fixed-size chunker. │
28+
│ stream Stream chunks from STDIN in near-real-time.
2929

3030
3. Compare with a Naive Splitter
3131
Use the compare command to generate an HTML report that visually shows the difference between SmartChunk and a standard token-based splitter.
@@ -64,7 +64,7 @@ Options:
6464
License
6565
This project is licensed under the MIT License. See the LICENSE file for details.
6666

67-
(IN SIMPLE:-)
67+
# (IN SIMPLE:-)
6868
SmartChunk 🧩
6969
An intelligent, structure-aware, and semantic-aware chunking tool for RAG pipelines.
7070

0 commit comments

Comments
 (0)