-
Notifications
You must be signed in to change notification settings - Fork 238
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: add embedding based table search support #1314
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 19, 2023
- Add vector store plugin and necessary support functions
- Try to find tables first when doing text2sql if tables are not provided
- log table & query executions accordingly when table gets updated or a successful execution is done
- refactored useStream hook
- show table popovers
czgu
reviewed
Aug 30, 2023
querybook/webapp/components/AIAssistant/QueryGenerationModal.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/AIAssistant/QueryGenerationModal.tsx
Outdated
Show resolved
Hide resolved
where would init_vector_store.py be called? |
jczhong84
force-pushed
the
vectordb
branch
3 times, most recently
from
September 1, 2023 04:56
a52094d
to
5c85caf
Compare
czgu
approved these changes
Sep 2, 2023
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.