alessandrobenedetti commented on code in PR #1435: URL: https://github.com/apache/solr/pull/1435#discussion_r1154191299
########## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ########## @@ -126,6 +126,18 @@ Accepted values: `hnsw`. Please note that the `knnAlgorithm` accepted values may change in future releases. +`vectorEncoding`:: ++ +[%autowidth,frame=none] +|=== +|Optional |Default: `FLOAT32` +|=== ++ +(advanced) Specifies the underlying encoding of the dense vector. This affects both the index and the stored fields (if enabled) Review Comment: (advanced) Specifies the underlying encoding of the dense vector elements. This affects memory/disk impact for both the indexed and stored fields (if enabled) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
