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 2425fd1 commit 6ce4825Copy full SHA for 6ce4825
docs/reference/migration/migrate_7_4.asciidoc
@@ -39,6 +39,12 @@ If a document doesn't have a value for a vector field (dense_vector
39
or sparse_vector) on which a vector function is executed, an error will
40
be thrown.
41
42
+[discrete]
43
+==== Use float instead of double for query vectors
44
+Previously, vector functions like `cosineSimilarity` represented the query
45
+vector as an list of doubles. Now vector functions use floats, which matches
46
+how the stored document vectors are represented.
47
+
48
[discrete]
49
[[breaking_74_snapshots_changes]]
50
=== Snapshot and Restore changes
0 commit comments