feat: enhance csv upload feature (#105)
* remove all multiModal props * hide uploaded csv files if choose a new one * feat: support multiple csv upload and reuse * rename type and make it scrollable
Showing
- templates/components/ui/html/chat/chat-input.tsx 0 additions, 1 deletiontemplates/components/ui/html/chat/chat-input.tsx
- templates/types/streaming/express/src/controllers/chat.controller.ts 1 addition, 1 deletion...ypes/streaming/express/src/controllers/chat.controller.ts
- templates/types/streaming/express/src/controllers/llamaindex-stream.ts 8 additions, 8 deletions...es/streaming/express/src/controllers/llamaindex-stream.ts
- templates/types/streaming/express/src/controllers/stream-helper.ts 7 additions, 4 deletions.../types/streaming/express/src/controllers/stream-helper.ts
- templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts 8 additions, 8 deletions.../types/streaming/nextjs/app/api/chat/llamaindex-stream.ts
- templates/types/streaming/nextjs/app/api/chat/route.ts 1 addition, 1 deletiontemplates/types/streaming/nextjs/app/api/chat/route.ts
- templates/types/streaming/nextjs/app/api/chat/stream-helper.ts 7 additions, 4 deletions...ates/types/streaming/nextjs/app/api/chat/stream-helper.ts
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 38 additions, 46 deletions...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-resources.tsx 0 additions, 48 deletions...treaming/nextjs/app/components/ui/chat/chat-resources.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/csv-content.tsx 9 additions, 8 deletions...s/streaming/nextjs/app/components/ui/chat/csv-content.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/index.ts 7 additions, 31 deletions...es/types/streaming/nextjs/app/components/ui/chat/index.ts
- templates/types/streaming/nextjs/app/components/ui/chat/use-csv.ts 85 additions, 0 deletions.../types/streaming/nextjs/app/components/ui/chat/use-csv.ts
- templates/types/streaming/nextjs/app/components/ui/chat/widgets/CsvDialog.tsx 62 additions, 0 deletions...aming/nextjs/app/components/ui/chat/widgets/CsvDialog.tsx
- templates/types/streaming/nextjs/app/components/ui/upload-csv-preview.tsx 11 additions, 2 deletions...streaming/nextjs/app/components/ui/upload-csv-preview.tsx
- templates/types/streaming/nextjs/package.json 4 additions, 2 deletionstemplates/types/streaming/nextjs/package.json
Loading
Please register or sign in to comment