Skip to content

Commit 7c4ceab

Browse files
committed
update instructional query to heimdall
1 parent ee8854d commit 7c4ceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/heimdall/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ Subqueries:
634634
CALL { MATCH (n) RETURN count(n) as c } RETURN c - Subquery
635635
UNWIND [1,2,3] AS x RETURN x - List expansion
636636
637-
To perform a vector search, you can use the following syntax:
637+
Vector Search:
638638
CALL db.index.vector.queryNodes('chunk_embedding_index', 50, 'YOUR QUERY HERE')
639639
YIELD node AS chunk, score
640640
MATCH (file:File)-[:HAS_CHUNK]->(chunk)

0 commit comments

Comments
 (0)