Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qurator AI Assistant for summarizing file contents using Bedrock API #3989
Qurator AI Assistant for summarizing file contents using Bedrock API #3989
Changes from all commits
51c769c
5a0af71
d4e8b43
bf8ed2b
2ea8432
575851e
0e15702
fb92225
f0708eb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 3 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L1-L3
Check warning on line 5 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L5
Check warning on line 9 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L8-L9
Check warning on line 11 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L11
Check warning on line 31 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L31
Check warning on line 35 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L33-L35
Check warning on line 43 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L43
Check warning on line 52 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L51-L52
Check warning on line 55 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L54-L55
Check warning on line 57 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L57
Check warning on line 60 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L60
Check warning on line 63 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L62-L63
Check warning on line 67 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L67
Check warning on line 70 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L70
Check warning on line 78 in catalog/app/components/Chat/Chat.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Chat.tsx#L78
Check warning on line 3 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L1-L3
Check warning on line 5 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L5
Check warning on line 8 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L8
Check warning on line 10 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L10
Check warning on line 49 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L48-L49
Check warning on line 52 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L51-L52
Check warning on line 57 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L56-L57
Check warning on line 66 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L66
Check warning on line 69 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L69
Check warning on line 72 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L71-L72
Check warning on line 80 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L79-L80
Check warning on line 88 in catalog/app/components/Chat/History.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/History.tsx#L87-L88
Check warning on line 2 in catalog/app/components/Chat/Input.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Input.tsx#L1-L2
Check warning on line 21 in catalog/app/components/Chat/Input.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Input.tsx#L12-L21
Check warning on line 23 in catalog/app/components/Chat/Input.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Input.tsx#L23
Check warning on line 27 in catalog/app/components/Chat/Input.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Input.tsx#L27
Check warning on line 35 in catalog/app/components/Chat/Input.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Input.tsx#L35
Check warning on line 4 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L1-L4
Check warning on line 7 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L6-L7
Check warning on line 9 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L9
Check warning on line 24 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L22-L24
Check warning on line 40 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L39-L40
Check warning on line 47 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L47
Check warning on line 64 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L63-L64
Check warning on line 66 in catalog/app/components/Chat/Message.tsx
Codecov / codecov/patch/informational
catalog/app/components/Chat/Message.tsx#L66
Check warning on line 3 in catalog/app/components/Chat/index.ts
Codecov / codecov/patch/informational
catalog/app/components/Chat/index.ts#L1-L3
Check warning on line 35 in catalog/app/containers/Bucket/File.js
Codecov / codecov/patch/informational
catalog/app/containers/Bucket/File.js#L35
Check warning on line 506 in catalog/app/containers/Bucket/File.js
Codecov / codecov/patch/informational
catalog/app/containers/Bucket/File.js#L505-L506
Check warning on line 40 in catalog/app/containers/Bucket/PackageTree/PackageTree.tsx
Codecov / codecov/patch/informational
catalog/app/containers/Bucket/PackageTree/PackageTree.tsx#L40
Check warning on line 682 in catalog/app/containers/Bucket/PackageTree/PackageTree.tsx
Codecov / codecov/patch/informational
catalog/app/containers/Bucket/PackageTree/PackageTree.tsx#L682