feat: add real PDF ingestion workflow

This commit is contained in:
Codex
2026-08-02 00:29:40 +08:00
parent 0eb2a86f36
commit 4d97a30616
18 changed files with 986 additions and 93 deletions
+3
View File
@@ -12,7 +12,10 @@ dependencies = [
"cryptography>=44,<47",
"fastapi>=0.115,<1",
"httpx>=0.28,<1",
"pdfplumber>=0.11,<1",
"pillow>=11,<13",
"psycopg[binary]>=3.2,<4",
"pypdfium2>=5,<6",
"pydantic>=2.10,<3",
"pydantic-settings>=2.7,<3",
"python-multipart>=0.0.20,<1",