Closed alexthomas93 closed 1 month ago
@CodiumAI-Agent /update_changelog
Changelog updates: 🔄
fail_if_exist
option to index creation functions to control behavior when an index already exists.to commit the new content to the CHANGELOG.md file, please type: '/update_changelog --pr_update_changelog.push_changelog_changes=true'
Changelog updates: 🔄
fail_if_exist
option to index creation functions to control behavior when an index already exists.to commit the new content to the CHANGELOG.md file, please type: '/update_changelog --pr_update_changelog.push_changelog_changes=true'
Description
Adds a
fail_if_exist
parameter to thecreate_vector_index
andcreate_fulltext_index
functions which causes them to fail when it is set to true and the index already exists. When set to false the functions do not fail if the index already exists.Type of Change
Complexity
Complexity: Low
How Has This Been Tested?
Checklist
The following requirements should have been met (depending on the changes in the branch):