docs: claim LanceDB supports float16/float32/float64 for multivector (#2040)

This commit is contained in:
BubbleCal
2025-01-21 07:04:15 +08:00
committed by GitHub
parent f059372137
commit 214d0debf5
4 changed files with 16 additions and 6 deletions

View File

@@ -149,6 +149,7 @@ You can index on a column with multivector type and search on it, the query can
where `sim` is the similarity function (e.g. cosine).
For now, only `cosine` metric is supported for multivector search.
The vector value type can be `float16`, `float32` or `float64`.
=== "Python"