Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# ui
|
||||
|
||||
Shared React components: chat bubble, citation card, disclaimer banner. Used
|
||||
by `web` (and future `mobile` where applicable).
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@duoc-thu/ui",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export {};
|
||||
Reference in New Issue
Block a user