util.md 282 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
7
# util
`sentence_transformers.util` defines different helpful functions to work with text embeddings.

```eval_rst
.. automodule:: sentence_transformers.util
   :members: cos_sim, dot_score, paraphrase_mining, semantic_search, community_detection, http_get, truncate_embeddings
```