README
Browse files
README.md
CHANGED
|
@@ -1324,7 +1324,7 @@ for doc in docs:
|
|
| 1324 |
title = doc['title']
|
| 1325 |
text = doc['text']
|
| 1326 |
emb_int8 = doc['emb_int8'] #Int8 embeddings
|
| 1327 |
-
emb_ubinary = doc['emb_ubinary'] #
|
| 1328 |
```
|
| 1329 |
|
| 1330 |
Note, depending on the language, the download can be quite large.
|
|
|
|
| 1324 |
title = doc['title']
|
| 1325 |
text = doc['text']
|
| 1326 |
emb_int8 = doc['emb_int8'] #Int8 embeddings
|
| 1327 |
+
emb_ubinary = doc['emb_ubinary'] #(unsigned) binary embeddings
|
| 1328 |
```
|
| 1329 |
|
| 1330 |
Note, depending on the language, the download can be quite large.
|