mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Add token chunker (#14)
This commit is contained in:
parent
0e2db095e3
commit
7113d04f21
16 changed files with 253 additions and 138 deletions
6
scripts/chunker-token
Executable file
6
scripts/chunker-token
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.chunking.token import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue