-
- Downloads
feat: implement csv upload (#96)
* feat: implement interpreter tool
* build tool system prompt
* refactor: use local file system, use absolute resource url
* fix: typo
* feat: implement csv upload
* remove dead code
* fix lint
* update icon & fix code review
* fix lint
* Update .gitignore
* Update pre-commit
* add timeout for streaming
* Create bright-turkeys-melt.md
* remove multi modal prop
* suggest csv resources from frontend annotation data
* get resouces inside chat input
* resolve conflict
* update convert message content
* fix lint
* feat: limit display
---------
Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- .changeset/bright-turkeys-melt.md 5 additions, 0 deletions.changeset/bright-turkeys-melt.md
- helpers/env-variables.ts 6 additions, 0 deletionshelpers/env-variables.ts
- templates/components/ui/html/chat/chat-input.tsx 3 additions, 0 deletionstemplates/components/ui/html/chat/chat-input.tsx
- templates/types/streaming/express/src/controllers/chat.controller.ts 19 additions, 31 deletions...ypes/streaming/express/src/controllers/chat.controller.ts
- templates/types/streaming/express/src/controllers/llamaindex-stream.ts 49 additions, 6 deletions...es/streaming/express/src/controllers/llamaindex-stream.ts
- templates/types/streaming/express/src/controllers/stream-helper.ts 23 additions, 0 deletions.../types/streaming/express/src/controllers/stream-helper.ts
- templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts 49 additions, 6 deletions.../types/streaming/nextjs/app/api/chat/llamaindex-stream.ts
- templates/types/streaming/nextjs/app/api/chat/route.ts 20 additions, 31 deletionstemplates/types/streaming/nextjs/app/api/chat/route.ts
- templates/types/streaming/nextjs/app/api/chat/stream-helper.ts 23 additions, 0 deletions...ates/types/streaming/nextjs/app/api/chat/stream-helper.ts
- templates/types/streaming/nextjs/app/components/chat-section.tsx 1 addition, 1 deletion...es/types/streaming/nextjs/app/components/chat-section.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 73 additions, 5 deletions...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-message.tsx 13 additions, 10 deletions.../streaming/nextjs/app/components/ui/chat/chat-message.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-resources.tsx 48 additions, 0 deletions...treaming/nextjs/app/components/ui/chat/chat-resources.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/csv-content.tsx 15 additions, 0 deletions...s/streaming/nextjs/app/components/ui/chat/csv-content.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/index.ts 50 additions, 2 deletions...es/types/streaming/nextjs/app/components/ui/chat/index.ts
- templates/types/streaming/nextjs/app/components/ui/icons/sheet.svg 90 additions, 0 deletions.../types/streaming/nextjs/app/components/ui/icons/sheet.svg
- templates/types/streaming/nextjs/app/components/ui/upload-csv-preview.tsx 46 additions, 0 deletions...streaming/nextjs/app/components/ui/upload-csv-preview.tsx
Loading
Please register or sign in to comment