Closed darrellwarde closed 3 weeks ago
type Movie @vector( indexes: [ { indexName: "MovieIndex" embeddingProperty: "embedding" queryName: "searchMovies" } ] ) @node { title: String! released: Int! }
No response
The execution of a query such as the following will result in a Cypher syntax error:
query($vector: [Float!]) { searchMovies(vector: $vector, sort: { score: DESC } ) { edges { node { title } } } }
Error: Variable `var1` not defined (line 10, column 14 (offset: 308))
Variable `var1` not defined (line 10, column 14 (offset: 308))
latest
5.24
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @darrellwarde! :pray: We will now prioritise the bug and address it appropriately.
Type definitions
Test data
No response
Steps to reproduce
The execution of a query such as the following will result in a Cypher syntax error:
What happened
Error:
Variable `var1` not defined (line 10, column 14 (offset: 308))
Expected behaviour
No response
Version
latest
Database version
5.24
Relevant log output
No response