Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wrong operator in neo4j vector store filter expression #743

Closed
wants to merge 1 commit into from

Conversation

Dimibe
Copy link
Contributor

@Dimibe Dimibe commented May 20, 2024

Hello,

this PR fixes an issue with the neo4j vector store. Currently it is not possible to use the "Not equals" filter expression since the used operator (!=) is not valid. In Neo4j/Cypher inequality is checked with the <>-operator.

See also: Cypher Manual - Equality

@tzolov tzolov added bug Something isn't working vectors store labels May 21, 2024
@markpollack
Copy link
Member

merged in bce45c2

thanks!

@Dimibe
Copy link
Contributor Author

Dimibe commented May 21, 2024

Hi @markpollack, I cannot find the commit nor can I see the fix. Can you link it for me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vectors store
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants