Skip to content

Commit

Permalink
Merge pull request #65 from pinecone-io/igiloh-pinecone-patch-1
Browse files Browse the repository at this point in the history
Checking CI again
  • Loading branch information
igiloh-pinecone authored Jan 11, 2024
2 parents 998b4dc + eac95ef commit e74be5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...]})
```

0 comments on commit e74be5a

Please sign in to comment.