Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks, Nils Reimers and Iryna Gurevych, 2019Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) (Association for Computational Linguistics)DOI: 10.18653/v1/D19-1410 - Introduces the Sentence-BERT architecture for state-of-the-art sentence embeddings that are optimized for semantic similarity tasks.
OpenAI Embeddings API Reference, OpenAI, 2024 (OpenAI) - Provides detailed information and usage instructions for OpenAI's text embedding models, including text-embedding-3-small.
Embedding Representations, Google Developers, 2023 (Google) - Offers a conceptual introduction to embeddings, explaining how they represent meaning and their role in machine learning.