Skip to content

Commit c5071b6

Browse files
Add documentation (#1172)
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
1 parent 36522bd commit c5071b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/querying/vector-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ vector based on the selected similarity metric.
104104

105105
- `index_name: string` ➡ The vector index to search.
106106
- `limit: int` ➡ The number of nearest neighbors to return.
107-
- `search_query: List[float]` ➡ The vector to query in the index.
107+
- `search_query: List[float|int]` ➡ The vector to query in the index. Providing a different type will result in an exception.
108108

109109
{<h3 className="custom-header"> Output: </h3>}
110110

0 commit comments

Comments
 (0)