Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SearchV
QUERY findSimilar(embedding: [F32; 128]) => results <- N<User>::SearchV(embedding, 10) RETURN results
N::User { name: String, }
QUERY findSimilar(embedding: [F32; 128]) => results <- V<Document>::SearchV(embedding, 10) RETURN results
V<128>::Document { title: String, content: String, }
Was this page helpful?