-
Notifications
You must be signed in to change notification settings - Fork 239
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
feat: use websocket for ai assistant #1311
Merged
Merged
Conversation
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
Collaborator
jczhong84
commented
Aug 14, 2023
•
edited
Loading
edited
- change to use websocket instead of EventStream for streaming ai response back
- refactored ai assistant plugin
- add keep the query button for text2sql
czgu
reviewed
Aug 14, 2023
querybook/server/lib/ai_assistant/web_socket_callback_handler.py
Outdated
Show resolved
Hide resolved
querybook/server/lib/ai_assistant/web_socket_callback_handler.py
Outdated
Show resolved
Hide resolved
czgu
approved these changes
Aug 17, 2023
jczhong84
added a commit
to jczhong84/querybook
that referenced
this pull request
Sep 1, 2023
* feat: use websocket for ai assistant * fix node test * comments * remove memory and add keep button * fix linter
jczhong84
added a commit
to jczhong84/querybook
that referenced
this pull request
Sep 1, 2023
* feat: use websocket for ai assistant * fix node test * comments * remove memory and add keep button * fix linter
jczhong84
added a commit
to jczhong84/querybook
that referenced
this pull request
Sep 1, 2023
* feat: use websocket for ai assistant * fix node test * comments * remove memory and add keep button * fix linter
czgu
pushed a commit
that referenced
this pull request
Sep 15, 2023
* feat: use websocket for ai assistant (#1311) * feat: use websocket for ai assistant * fix node test * comments * remove memory and add keep button * fix linter * feat: add embedding based table search support (#1314) * feat: add embedding based table search support * update * build fail * linter * test failure * comments * nodetest * opensearch volumne path * docs: ai assistant plugin (#1323) * feat: add vector table search (#1322) * feat: add vector table search * fix linter * remove realtime record query cell * handle table select exceptions * add public config * comments * remove unused config * update var name metatore_id as metastoreId * comments
aidenprice
pushed a commit
to arrowtail-precision/querybook
that referenced
this pull request
Jan 3, 2024
…terest#1325) * feat: use websocket for ai assistant (pinterest#1311) * feat: use websocket for ai assistant * fix node test * comments * remove memory and add keep button * fix linter * feat: add embedding based table search support (pinterest#1314) * feat: add embedding based table search support * update * build fail * linter * test failure * comments * nodetest * opensearch volumne path * docs: ai assistant plugin (pinterest#1323) * feat: add vector table search (pinterest#1322) * feat: add vector table search * fix linter * remove realtime record query cell * handle table select exceptions * add public config * comments * remove unused config * update var name metatore_id as metastoreId * comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.