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 038db83 commit 66172e3Copy full SHA for 66172e3
server/src/main/java/module-info.java
@@ -467,7 +467,7 @@
467
org.elasticsearch.index.codec.vectors.diskbbq.ES920DiskBBQVectorsFormat,
468
org.elasticsearch.index.codec.vectors.diskbbq.next.ESNextDiskBBQVectorsFormat,
469
org.elasticsearch.index.codec.vectors.es93.ES93FlatVectorFormat,
470
- ES93ScalarQuantizedFlatVectorsFormat,
+ ES93ScalarQuantizedFlatVectorsFormat,
471
org.elasticsearch.index.codec.vectors.es93.ES93HnswScalarQuantizedVectorsFormat,
472
org.elasticsearch.index.codec.vectors.es93.ES93BinaryQuantizedVectorsFormat,
473
org.elasticsearch.index.codec.vectors.es93.ES93HnswBinaryQuantizedVectorsFormat;
0 commit comments