Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# ai-service
|
||||
|
||||
Python/FastAPI. RAG orchestration: embed query -> vector search in Qdrant ->
|
||||
build grounded prompt -> call OpenAI chat completion -> return answer +
|
||||
citations. Stateless — does not own chat history itself.
|
||||
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "ai-service"
|
||||
version = "0.0.0"
|
||||
description = "RAG orchestration + OpenAI calls for the Duoc Thu medical chatbot"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Reference in New Issue
Block a user