Initial monorepo scaffold for Duoc Thu RAG medical chatbot

This commit is contained in:
2026-07-30 20:38:34 +07:00
commit 9bad1f61ea
91 changed files with 740 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# ingestion
Offline batch pipeline (never part of the live `ai-service` request path):
extract -> segment -> chunk -> embed -> load. Parses
`data/raw/duoc-thu-quoc-gia-viet-nam-2018.pdf` into per-drug, per-section
chunks and upserts embeddings into Qdrant. Run via
`python -m ingestion.cli run --pdf data/raw/duoc-thu-quoc-gia-viet-nam-2018.pdf`
(once implemented).