queryvector
A queryvector is a vector representation of a user query used in information retrieval and search systems. It encodes the semantic content of the query in a continuous embedding space, enabling similarity-based ranking against document representations rather than relying solely on keyword matching.
Construction commonly begins with a raw text query and applies embedding techniques to produce a fixed-length
In practice, queryvectors are used in dense vector search. Documents are represented as vectors in the same
Variants of the approach include dual-encoder models, which separately encode queries and documents, and cross-encoder models,
Advantages of using queryvectors include improved handling of synonyms and paraphrases and better performance on semantically