We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36522bd commit c5071b6Copy full SHA for c5071b6
pages/querying/vector-search.mdx
@@ -104,7 +104,7 @@ vector based on the selected similarity metric.
104
105
- `index_name: string` ➡ The vector index to search.
106
- `limit: int` ➡ The number of nearest neighbors to return.
107
-- `search_query: List[float]` ➡ The vector to query in the index.
+- `search_query: List[float|int]` ➡ The vector to query in the index. Providing a different type will result in an exception.
108
109
{<h3 className="custom-header"> Output: </h3>}
110
0 commit comments