Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -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).
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "ingestion"
|
||||
version = "0.0.0"
|
||||
description = "Offline batch pipeline: PDF -> monographs -> chunks -> embeddings -> Qdrant"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Reference in New Issue
Block a user