Unable to retrieve the similarity scoring on retreived search result?

Hi @Umesh_Narayanan ,

Good Day!

Welcome to Weaviate Community!

As you are using near_text or pure vector searching, the result will include a distance value, not a score. If you would like to obtain score as a result, this is available when using hybrid search or BM25

See related post here

Hope this helps.