-
Notifications
You must be signed in to change notification settings - Fork 37
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
REDBOX 337 chat file selection #556
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
faed993
Add ChatMessage many-to-many relation to File, and make them availabl…
brunns 3add66a
Show selected files on chats page.
brunns 1b8e317
Save selected file, and send to core, for streamed chat version.
brunns f7ff925
Use checkboxes for selecting files
KevinEtchells 3eb716f
Move "Files to use" to sidebar
KevinEtchells bffcb44
Tests for saving & sending selected files.
brunns cf63656
Setup document selection for streaming client-side
KevinEtchells 2c913e0
Save selected file, and send to core, for streamed chat version.
brunns c4aa4f3
Enable chat streaming in all tests.
brunns 8c254cc
add eval results visualisation and calculate uncertainity
esoutter 6b14a74
remove inline outputs
esoutter e8562eb
Address Will's PR comments
esoutter f842c3e
Remove streaming demo
KevinEtchells 26b199d
Save non-rag responses to DB - tactical fix.
brunns 99252a2
Revert tactical fix - we are doing it properly here.
brunns 0f1bfe6
Recieve selected file list in core API for streaming.
brunns 4fe6d67
Merge branch 'main' into feature/REDBOX-337-chat-file-selection
brunns 6fab42f
Merge branch 'main' into feature/REDBOX-337-chat-file-selection
brunns 0a5c6aa
Add selected files to e2e tests.
brunns f7d555a
Bug - ensure latest question is always the one answered.
brunns 3f9c028
Merge branch 'main' into feature/REDBOX-337-chat-file-selection
brunns 117b152
Unit tests not working but the core plumbing is there
00f8d44
Merge branch 'main' into feature/REDBOX-337-chat-file-selection
brunns aa66c80
Post merge formatting.
brunns bfb193e
wip
9a4a3bb
test now passing
28d72a2
Add some logging for debug purposes.
brunns 6a9fc15
Merge branch 'main' into feature/REDBOX-337-chat-file-selection
brunns b70ff2d
must != should
50ba97e
remove change made in error
a7a658a
migration test added
bd368c0
no longer changing source_files
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shoot me