We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be312c8 commit cafa47eCopy full SHA for cafa47e
1 file changed
README.md
@@ -63,6 +63,9 @@ func main() {
63
// Compute embeddings
64
baseEmbedding, _ := model.Compute(baseSentence)
65
candidateEmbeddings, _ := model.ComputeBatch(candidates)
66
+
67
+ // computeCosineSimilarity..
68
+ // ...
69
}
70
```
71
0 commit comments