Skip to main content

Search Vectors using SearchV Β 

Search for vectors in your graph.
Currently, Helix only supports using an array of F64 values to represent the vector. We will be adding support for different types such as F32, binary vectors and more in the very near future. Please reach out to us if you need a different vector type.
When using the SDKs or curling the endpoint, the query name must match what is defined in the queries.hx file exactly.
Here’s how to run the query using the SDKs or curl

Example 2: Vector search with postfiltering

Here’s how to run the query using the SDKs or curl

Example 3: Using the built in Embed function

You can also use the built in Embed function to search with text directly without sending in the array of floats. It uses the embedding model defined in your config.hx.json file.
Here’s how to run the query using the SDKs or curl