Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@duoc-thu/chat-service",
|
||||
"private": true,
|
||||
"version": "0.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user