mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46: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
4
setup.py
4
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
@ -49,9 +49,11 @@ setuptools.setup(
|
|||
"boto3",
|
||||
"openai",
|
||||
"neo4j",
|
||||
"tiktoken",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/chunker-recursive",
|
||||
"scripts/chunker-token",
|
||||
"scripts/concat-parquet",
|
||||
"scripts/dump-parquet",
|
||||
"scripts/embeddings-hf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue