8000 Add `similar` query clause to graph queries · Issue #875 · neuml/txtai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add similar query clause to graph queries #875

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

Closed
davidmezzetti opened this issue Feb 11, 2025 · 3 comments
Closed

Add similar query clause to graph queries #875

davidmezzetti opened this issue Feb 11, 2025 · 3 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member
davidmezzetti commented Feb 11, 2025

Support queries like the following with graph cypher queries.

MATCH P=(A)-[]->({type: "entity"})
WHERE SIMILAR(A, "vector search query")
RETURN P
@davidmezzetti davidmezzetti changed the title Add concept of similar query to graph queries Add similar query clause to graph queries Feb 11, 2025
@davidmezzetti davidmezzetti self-assigned this Feb 11, 2025
@davidmezzetti davidmezzetti added this to the v8.4.0 milestone Feb 11, 2025
@davidmezzetti
Copy link
Member Author

There is a potential future change that could make this syntax easier (aplbrain/grand-cypher#66) in the future.

@j6k4m8
Copy link
j6k4m8 commented Feb 17, 2025

This is now available in grand-cypher>=0.13.0 :)

@davidmezzetti
Copy link
Member Author

Thank you, appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0