mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-15 07:04:48 +00:00
Made chat history get data from server side instead of client side local
This commit is contained in:
parent
30128368d9
commit
94a353993c
9 changed files with 511 additions and 268 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-alert-dialog": "^1.1.2",
|
||||
"@radix-ui/react-avatar": "^1.0.4",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
"@react-three/drei": "^9.120.3",
|
||||
"@react-three/fiber": "^8.17.10",
|
||||
"@supabase/supabase-js": "^2.47.0",
|
||||
"@tailwindcss/line-clamp": "^0.4.4",
|
||||
"@types/three": "^0.170.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue