First commit
This commit is contained in:
23
packages/chunker/pyproject.toml
Normal file
23
packages/chunker/pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[project]
|
||||
name = "chunker"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Anibal Angulo", email = "a8065384@banorte.com" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"chonkie>=1.1.2",
|
||||
"pdf2image>=1.17.0",
|
||||
"pypdf>=6.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
llm-chunker = "chunker.llm_chunker:app"
|
||||
recursive-chunker = "chunker.recursive_chunker:app"
|
||||
contextual-chunker = "chunker.contextual_chunker:app"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.8.3,<0.9.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user