There was an error fetching the commit references. Please try again later.
feat: add overview (#391)
### What problem does this PR solve? feat: render stats charts feat: create api token feat: delete api token feat: add ChatApiKeyModal feat: add RagLineChart Issue link: #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Showing
- web/package-lock.json 341 additions, 4 deletionsweb/package-lock.json
- web/package.json 4 additions, 1 deletionweb/package.json
- web/src/app.tsx 15 additions, 0 deletionsweb/src/app.tsx
- web/src/components/copy-to-clipboard.tsx 27 additions, 0 deletionsweb/src/components/copy-to-clipboard.tsx
- web/src/components/line-chart/index.tsx 88 additions, 0 deletionsweb/src/components/line-chart/index.tsx
- web/src/hooks/chatHooks.ts 85 additions, 1 deletionweb/src/hooks/chatHooks.ts
- web/src/interfaces/database/chat.ts 18 additions, 0 deletionsweb/src/interfaces/database/chat.ts
- web/src/locales/en.ts 20 additions, 0 deletionsweb/src/locales/en.ts
- web/src/locales/zh-traditional.ts 23 additions, 3 deletionsweb/src/locales/zh-traditional.ts
- web/src/locales/zh.ts 22 additions, 2 deletionsweb/src/locales/zh.ts
- web/src/pages/add-knowledge/components/knowledge-file/index.tsx 4 additions, 0 deletions...c/pages/add-knowledge/components/knowledge-file/index.tsx
- web/src/pages/chat/chat-api-key-modal/index.tsx 70 additions, 0 deletionsweb/src/pages/chat/chat-api-key-modal/index.tsx
- web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx 10 additions, 1 deletion...pages/chat/chat-configuration-modal/assistant-setting.tsx
- web/src/pages/chat/chat-configuration-modal/prompt-engine.tsx 1 addition, 9 deletions...src/pages/chat/chat-configuration-modal/prompt-engine.tsx
- web/src/pages/chat/chat-overview-modal/index.less 21 additions, 0 deletionsweb/src/pages/chat/chat-overview-modal/index.less
- web/src/pages/chat/chat-overview-modal/index.tsx 97 additions, 0 deletionsweb/src/pages/chat/chat-overview-modal/index.tsx
- web/src/pages/chat/hooks.ts 112 additions, 1 deletionweb/src/pages/chat/hooks.ts
- web/src/pages/chat/index.tsx 39 additions, 3 deletionsweb/src/pages/chat/index.tsx
- web/src/pages/chat/model.ts 96 additions, 1 deletionweb/src/pages/chat/model.ts
- web/src/services/chatService.ts 35 additions, 0 deletionsweb/src/services/chatService.ts
Loading
Please register or sign in to comment