Update README.md
Browse files
README.md
CHANGED
|
@@ -2766,4 +2766,22 @@ Please find more information in our [blog post](https://mixedbread.ai/blog/mxbai
|
|
| 2766 |
Please join our [Discord Community](https://discord.gg/jDfMHzAVfU) and share your feedback and thoughts! We are here to help and also always happy to chat.
|
| 2767 |
|
| 2768 |
## License
|
| 2769 |
-
Apache 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2766 |
Please join our [Discord Community](https://discord.gg/jDfMHzAVfU) and share your feedback and thoughts! We are here to help and also always happy to chat.
|
| 2767 |
|
| 2768 |
## License
|
| 2769 |
+
Apache 2.0
|
| 2770 |
+
|
| 2771 |
+
## Citation
|
| 2772 |
+
|
| 2773 |
+
```bibtex
|
| 2774 |
+
@online{emb2024mxbai,
|
| 2775 |
+
title={Open Source Strikes Bread - New Fluffy Embeddings Model},
|
| 2776 |
+
author={Sean Lee, Aamir Shakir, Darius Koenig, Julius Lipp},
|
| 2777 |
+
year={2024},
|
| 2778 |
+
url={https://www.mixedbread.ai/blog/mxbai-embed-large-v1},
|
| 2779 |
+
}
|
| 2780 |
+
|
| 2781 |
+
@article{li2023angle,
|
| 2782 |
+
title={AnglE-optimized Text Embeddings},
|
| 2783 |
+
author={Li, Xianming and Li, Jing},
|
| 2784 |
+
journal={arXiv preprint arXiv:2309.12871},
|
| 2785 |
+
year={2023}
|
| 2786 |
+
}
|
| 2787 |
+
```
|