spacemanidol commited on
Commit
b713ad4
·
verified ·
1 Parent(s): 0e9d59f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -219,6 +219,17 @@ for query, query_scores in zip(queries, scores):
219
  print(score, document)
220
  ```
221
 
 
 
 
 
 
 
 
 
 
 
 
222
  ## Contact
223
 
224
 
 
219
  print(score, document)
220
  ```
221
 
222
+
223
+ This should produce the following scores
224
+
225
+ ```
226
+ Query: what is snowflake?
227
+ tensor(0.2715) The Data Cloud!
228
+ tensor(0.0661) Mexico City of Course!
229
+ Query: Where can I get the best tacos?
230
+ tensor(0.2797) Mexico City of Course!
231
+ tensor(0.1250) The Data Cloud!
232
+ ```
233
  ## Contact
234
 
235