We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443c3c commit 12146d7Copy full SHA for 12146d7
examples/sentence_transformers/example.py
@@ -10,7 +10,7 @@
10
conn.execute('DROP TABLE IF EXISTS documents')
11
conn.execute('CREATE TABLE documents (id bigserial PRIMARY KEY, content text, embedding vector(384))')
12
13
-model = SentenceTransformer('all-MiniLM-L6-v2')
+model = SentenceTransformer('multi-qa-MiniLM-L6-cos-v1')
14
15
input = [
16
'The dog is barking',
0 commit comments