Re: Embeddings for Dense Vector Search

2023-03-10 Thread Alessandro Benedetti
We've been using mostly contextual vectors (BERT based models) and working in english (vast majority of our projects) and italian. We've been using word2vec embeddings for a Lucene contribution for machine-learned synonyms. Cheers On Thu, 9 Mar 2023, 16:03 Daniel Benito, wrote: > Hi everyone,

Embeddings for Dense Vector Search

2023-03-09 Thread Daniel Benito
Hi everyone, I'm new to the list, so I apologize if this has been asked before (I looked through the archives but couldn't find anything). I'm interested in hearing from other Solr users who are working with text embeddings using the dense vector search functionality in Solr. For those who are