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
+5
View File
@@ -0,0 +1,5 @@
# chat-service
NestJS. Chat session lifecycle and message history persistence (Postgres).
Calls `ai-service` synchronously per user message to get the assistant reply,
then persists both turns.
+5
View File
@@ -0,0 +1,5 @@
{
"name": "@duoc-thu/chat-service",
"private": true,
"version": "0.0.0"
}