eliaporciani commented on code in PR #910:
URL: https://github.com/apache/solr/pull/910#discussion_r905204158


##########
solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc:
##########
@@ -100,46 +100,41 @@ this similarity is intended as an optimized way to 
perform cosine similarity. In
 the preferred way to perform cosine similarity is to normalize all vectors to 
unit length, and instead use DOT_PRODUCT. You should only use this function if 
you need to preserve the original vectors and cannot normalize them in advance.
 
 To use the following advanced parameters that customise the codec format
-and the hyper-parameter of the HNSW algorithm make sure you set this 
configuration in `solrconfig.xml`:
+and the hyper-parameter of the hnsw algorithm make sure you set this 
configuration in `solrconfig.xml`:

Review Comment:
   set back to Uppercase



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to