We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in the last part of the code provided in the example taken from :
https://www.llamaindex.ai/blog/customizing-property-graph-index-in-llamaindex
response = query_engine.query("What do you know about Maliek Collins or Darragh O’Brien?") print(str(response))
CypherSyntaxError: {code: Neo.ClientError.Statement.SyntaxError} {message: Unknown function 'vector.similarity.cosine' (line 3, column 21 (offset: 120)) " WITH e, vector.similarity.cosine(e.embedding, $embedding) AS score" ^}
I have upgraded Llamaindex and neo4j to the latest with no success.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in the last part of the code provided in the example taken from :
https://www.llamaindex.ai/blog/customizing-property-graph-index-in-llamaindex
response = query_engine.query("What do you know about Maliek Collins or Darragh O’Brien?")
print(str(response))
I have upgraded Llamaindex and neo4j to the latest with no success.
The text was updated successfully, but these errors were encountered: