-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gdb 10937 fixes links to create similarity and chatgpt pages (#1573)
* Fixes the link in the disabled FTS help message to point to the chosen repository in the form, instead of the Workbench-selected one. * GDB-10937: Update Similarity Extraction Method ## What Added confirmation dialog for repository change when the user clicks on a link redirecting to the create similarity page. ## Why The create similarity page depends on the selected repository. To allow the user to create an index in the repository chosen in the create agent dialog, the repository must be changed before navigating to the similarity page if the repository selected in the workbench differs from the one in the dialog. ## How Added a check to control when the confirmation dialog is displayed and when the user is redirected without prompting. * GDB-10937: Update ChatGpt Query Methods ## What Added confirmation dialog for repository change when the user clicks on a link redirecting to the "Create ChatGPT retrieval connector" page. ## Why The "Create ChatGPT retrieval connector" page depends on the selected repository. To allow the user to create an index in the repository chosen in the create agent dialog, the repository must be changed before navigating to the similarity page if the repository selected in the workbench differs from the one in the dialog. ## How Added a check to control when the confirmation dialog is displayed and when the user is redirected without prompting. * GDB-10937: Update Full-text search Query Method * Enable all tests * Fixe MR comments
- Loading branch information
1 parent
7687740
commit 60ef053
Showing
10 changed files
with
219 additions
and
50 deletions.
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
Oops, something went wrong.