We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8854d commit 7c4ceabCopy full SHA for 7c4ceab
pkg/heimdall/types.go
@@ -634,7 +634,7 @@ Subqueries:
634
CALL { MATCH (n) RETURN count(n) as c } RETURN c - Subquery
635
UNWIND [1,2,3] AS x RETURN x - List expansion
636
637
-To perform a vector search, you can use the following syntax:
+Vector Search:
638
CALL db.index.vector.queryNodes('chunk_embedding_index', 50, 'YOUR QUERY HERE')
639
YIELD node AS chunk, score
640
MATCH (file:File)-[:HAS_CHUNK]->(chunk)
0 commit comments