Skip to content

Commit

Permalink
Show supported formats
Browse files Browse the repository at this point in the history
Delete reporting entirely
  • Loading branch information
Jonathan Clark committed Aug 20, 2023
1 parent f27ad01 commit 3602acb
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 271 deletions.
5 changes: 0 additions & 5 deletions src/app/reporting/[chatid]/loading.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/reporting/[chatid]/page.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions src/app/reporting/layout.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/reporting/loading.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/app/reporting/page.tsx

This file was deleted.

5 changes: 5 additions & 0 deletions src/features/chat/chat-ui/chat-empty-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ export const EmptyState: FC<Prop> = (props) => {
Upload
</Button>
</form>
<p className="text-sm text-muted-foreground">
<p>Supported file formats:</p>
<p> PDF, DOCX, PPT, XLS - Document analysis </p>
<p> PNG, JPEG - Image content analysis </p>
</p>
</div>
)}
</Card>
Expand Down
47 changes: 0 additions & 47 deletions src/features/reporting/chat-reporting-ui.tsx

This file was deleted.

81 changes: 0 additions & 81 deletions src/features/reporting/reporting-service.ts

This file was deleted.

103 changes: 0 additions & 103 deletions src/features/reporting/reporting.tsx

This file was deleted.

25 changes: 25 additions & 0 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"langchain": "^0.0.123",
Expand Down

0 comments on commit 3602acb

Please sign in to comment.