Replies: 1 comment
|
@OriOhad good idea. We are open to contributions |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A tool, that mixes
CYPHERability to filter by label withGRAPH_COMPLETIONvector search and graph walk (specifically, with only_context=True )What I am looking for is a way to start walking the graph starting from a specific label. I hope that can give me the ability to search for a more specific knowledge type without having to separate datasets (and so have it connected to other knoweldge types)
So if I want to know something, and it's specifically in sales, I can start walking the predefined "sales" labeled nodes first (with a vector search)
All reactions