mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-12 19:55:17 +02:00
14 lines
284 B
TOML
14 lines
284 B
TOML
[project]
|
|
name = "pageindex"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"litellm==1.83.7",
|
|
"openai-agents>=0.17.2",
|
|
"pymupdf==1.26.4",
|
|
"pypdf2==3.0.1",
|
|
"pytest>=9.0.3",
|
|
"python-dotenv==1.1.0",
|
|
"pyyaml==6.0.2",
|
|
"sqlite-vec>=0.1.9",
|
|
]
|