neo4j / neo4j-graphrag-python

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

Adds a fail_if_exist option to index creation functions #180

Closed alexthomas93 closed 4 days ago

alexthomas93 commented 4 days 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 4 days ago

@CodiumAI-Agent /update_changelog

CodiumAI-Agent commented 4 days 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 4 days 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'