Skip to content

Conversation

@gem-neo4j
Copy link
Contributor

Remove vector flag as well as fix up vector index support

Copy link
Contributor

@loveleif loveleif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Sorry for the delay.

Comment on lines +203 to +204
// Don't drop vector indexes
if (definition.getIndexType() == IndexType.VECTOR) continue;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the same procedure can't add them back, I thought it felt weird

@gem-neo4j gem-neo4j merged commit e4d8aa5 into dev Oct 22, 2025
6 of 9 checks passed
@gem-neo4j gem-neo4j deleted the dev_add_vectors branch October 22, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants