Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press) - This book is a standard textbook for information retrieval, comprehensively covering keyword search mechanisms, inverted indices, TF-IDF, and BM25, which are the basis of traditional search.
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 - This paper introduces Sentence-BERT, a widely adopted method for creating semantically meaningful sentence embeddings from BERT-like models, directly showing how semantic search systems generate query and document vectors.