Skip to content

Commit cafa47e

Browse files
committed
improve readme
1 parent be312c8 commit cafa47e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ func main() {
6363
// Compute embeddings
6464
baseEmbedding, _ := model.Compute(baseSentence)
6565
candidateEmbeddings, _ := model.ComputeBatch(candidates)
66+
67+
// computeCosineSimilarity..
68+
// ...
6669
}
6770
```
6871

0 commit comments

Comments
 (0)