Update README.md
Browse files
README.md
CHANGED
|
@@ -2743,7 +2743,7 @@ similarities = cosine_similarity([embeddings[0]], [embeddings[1]])
|
|
| 2743 |
print(similarities)
|
| 2744 |
```
|
| 2745 |
|
| 2746 |
-
The API comes with native INT8 and binary quantization support!
|
| 2747 |
|
| 2748 |
## Evaluation
|
| 2749 |
|
|
|
|
| 2743 |
print(similarities)
|
| 2744 |
```
|
| 2745 |
|
| 2746 |
+
The API comes with native INT8 and binary quantization support! Check out the [docs](https://mixedbread.ai/docs) for more information.
|
| 2747 |
|
| 2748 |
## Evaluation
|
| 2749 |
|