From eac95ef156432f9ad089c05cf6fe84ce22fca22d Mon Sep 17 00:00:00 2001 From: igiloh-pinecone <118673156+igiloh-pinecone@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:16:14 +0200 Subject: [PATCH] Checking CI again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d04f38..481cdcb 100644 --- a/README.md +++ b/README.md @@ -186,5 +186,5 @@ dense_vector = sentence_transformer.encode_queries("Which fox is brown?") # combine sparse and dense vectors hybrid_dense, hybrid_sparse = hybrid_convex_scale(dense_vector, sparse_vector, alpha=0.8) -# ([-0.21, 0.38, 0.15, ...], {"indices": [102, 16, 18, ...], "values": [0.21, 0.11, 0.15, ...]}) +# ([-0.21, 0.38, 0.15, ...], {"indices": [102, 16, 18, ...], "values": [0.21, 0.11, 0.18, ...]}) ```