Fix migration workflow: upload as artifact instead of scp to practice EC2

This commit is contained in:
2026-08-13 11:14:25 +07:00
parent 7ebbe1f309
commit a4819b8653
51 changed files with 6830 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "ingestion"
version = "0.0.0"
description = "Offline batch pipeline: PDF -> monographs -> chunks -> embeddings -> Qdrant"
requires-python = ">=3.11"
dependencies = ["pymupdf>=1.24", "numpy>=1.26", "scipy>=1.11", "tiktoken>=0.7"]
dependencies = ["pymupdf>=1.24", "pdfplumber>=0.11", "numpy>=1.26", "scipy>=1.11", "tiktoken>=0.7"]
[project.optional-dependencies]
dev = ["pytest>=7.4"]