juliuslipp commited on
Commit
b26cdaf
1 Parent(s): 660d301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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