Skip to content

Commit ee20153

Browse files
committed
Typo
1 parent 88af7f8 commit ee20153

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/graphrag-chunking/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ print(chunks) # ["This is a", " random test fragment", " of some text"]
2121

2222
Using the factory via helper util
2323
```python
24-
tokenizer = tiktoken.get_encoding("o200k_base")
25-
config = ChunkingConfig(
26-
strategy="tokens",
27-
size=3,
28-
overlap=0
24+
tokenizer = tiktoken.get_encoding("o200k_base")
25+
config = ChunkingConfig(
26+
strategy="tokens",
27+
size=3,
28+
overlap=0
2929
)
30-
chunker = create_chunker(config, tokenizer.encode, tokenizer.decode)
31-
...
32-
`
30+
chunker = create_chunker(config, tokenizer.encode, tokenizer.decode)
31+
...
32+
```

0 commit comments

Comments
 (0)