mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-30 20:39:43 +02:00
feat(filesystem): add PageIndex filesystem shell
This commit is contained in:
parent
7592163e2a
commit
74d0600261
24 changed files with 11373 additions and 4 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue