A model component used to encode queries and documents into embeddings for retrieval tasks.
More about Retriever Encoder
Retriever Encoder is a model responsible for converting queries and documents into vector embeddings for retrieval. These embeddings are then used in vector databases to find the most relevant information. Common encoder types include bi-encoders and cross-encoders.
The retriever encoder is central to systems like dense retrieval and semantic search, ensuring efficient and accurate information retrieval.