-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
rust panic
Steps to reproduce
queries.hx:
QUERY addUser(name: String, age: U8) =>
user <- AddN<User>({name: name, age: age})
RETURN user
QUERY getVectorbyID(vectorID: ID) =>
vector <- V<Bio_Embedding>(vectorID)
RETURN vector
schema.hx
N::User {
name: String,
age: U8
}
V::Bio_Embedding {
content: String
}
E::User_to_Bio_Embedding {
From: User,
To: Bio_Embedding
}
Version
1.0.136
Environment
Development/Local
Relevant log output
⢹ Compiling Helix queries
thread 'main' panicked at helix-db/src/helixc/analyzer/methods/traversal_validation.rs:288:36:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
zsh: abort helix deployAdditional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working