neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
237 stars 39 forks source link

Adds a fail_if_exist option to index creation functions #180

Closed alexthomas93 closed 1 month ago

alexthomas93 commented 1 month ago

Description

Adds a fail_if_exist parameter to the create_vector_index and create_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):

alexthomas93 commented 1 month ago

@CodiumAI-Agent /update_changelog

CodiumAI-Agent commented 1 month ago

Changelog updates: 🔄

Next

Added

to commit the new content to the CHANGELOG.md file, please type: '/update_changelog --pr_update_changelog.push_changelog_changes=true'

CodiumAI-Agent commented 1 month ago

Changelog updates: 🔄

Next

Added

to commit the new content to the CHANGELOG.md file, please type: '/update_changelog --pr_update_changelog.push_changelog_changes=true'