From 06cd546f52edb84ccfdfc64b90ac25e9a24c3718 Mon Sep 17 00:00:00 2001 From: Josip Mrden Date: Mon, 3 Mar 2025 19:23:43 +0100 Subject: [PATCH] Add documentation --- pages/querying/vector-search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/querying/vector-search.mdx b/pages/querying/vector-search.mdx index eb3331abf..6d105294f 100644 --- a/pages/querying/vector-search.mdx +++ b/pages/querying/vector-search.mdx @@ -96,7 +96,7 @@ vector based on the selected similarity metric. - `index_name: string` ➡ The vector index to search. - `limit: int` ➡ The number of nearest neighbors to return. -- `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. {

Output:

}