-
Notifications
You must be signed in to change notification settings - Fork 387
RI-6855: Add vector search flow #4818
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
Merged
Merged
Conversation
This file contains hidden or 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
# Conflicts: # redisinsight/ui/src/components/connectivity-error/ConnectivityError.tsx # redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx # redisinsight/ui/src/components/item-list/components/delete-action/DeleteAction.tsx # redisinsight/ui/src/components/item-list/components/export-action/ExportAction.tsx # redisinsight/ui/src/components/query/query-actions/QueryActions.tsx # redisinsight/ui/src/components/query/query-card/QueryCardHeader/QueryCardHeader.tsx # redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/InternalPage/InternalPage.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyHash/AddKeyHash.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyList/AddKeyList.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyReJSON/AddKeyReJSON.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeySet/AddKeySet.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyStream/AddKeyStream.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyString/AddKeyString.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyZset/AddKeyZset.tsx # redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/components/edit-entire-item-action/EditEntireItemAction.tsx # redisinsight/ui/src/pages/browser/modules/key-details/components/set-details/add-set-members/AddSetMembers.tsx # redisinsight/ui/src/pages/database-analysis/components/header/Header.tsx # redisinsight/ui/src/pages/home/components/database-list-header/DatabaseListHeader.tsx # redisinsight/ui/src/pages/home/components/database-manage-tags-modal/ManageTagsModal.tsx # redisinsight/ui/src/pages/settings/components/cloud-settings/CloudSettings.tsx # redisinsight/ui/src/pages/settings/components/cloud-settings/components/user-api-keys-table/UserApiKeysTable.tsx # redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx
Code Coverage - Integration Tests
|
#4807) * feat(ui): collect telemetry on step 1 of the create vector search index wizard * feat(ui): collect telemetry on step 2 of the create vector search index wizard * feat(ui): collect telemetry on step 3 of the create vector search index wizard * feat(ui): collect telemetry on step 2 preview command of the create vector search index wizard re #RI-7218
Code Coverage - Backend unit tests
Test suite run success2950 tests passing in 286 suites. Report generated by 🧪jest coverage report action from 68f3258 |
Code Coverage - Frontend unit tests
Test suite run success5005 tests passing in 662 suites. Report generated by 🧪jest coverage report action from 1c4ac32 |
…arch page (#4829) * feat(ui): collect telemetry in vector search when open/close saved queries panel * feat(ui): collect telemetry in vector search when inserting a saved query * feat(ui): collect telemetry in vector search when changing the index for the saved queries re #RI-7218
…Search page (#4830) * feat(ui): collect telemetry on vector search page when open/close manage indexes drawer * feat(ui): collect telemetry on vector search page when expand/collapse index details * feat(ui): collect telemetry on vector search page when deleting indexes re #RI-7218
* feat(ui): collect telemetry on vector search page when running a query * feat(ui): collect telemetry on vector search page when copy a query * feat(ui): collect telemetry on vector search page when copy a query * feat(ui): collect telemetry on vector search page when re-run a query * feat(ui): collect telemetry on vector search page when toggle full-screen for a query result * feat(ui): collect telemetry on vector search page when collapse/uncollapse a query result * feat(ui): collect telemetry on vector search page when clearing a query result * feat(ui): collect telemetry on vector search page when clearing all query results * feat(ui): collect telemetry on vector search page when clearing query re #RI-7218
8c8a822
to
896bfb5
Compare
KIvanow
approved these changes
Aug 13, 2025
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.
L.G.T.M!
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.
Version 1 of the feature: