Skip to content

Subset: Retrievers

Retrieval modules and similarity backends.

URI: Retrievers

Identifier and Mapping Information

Schema Source

Classes in subset

Class Description
ColBERTv2 Remote ColBERTv2 retrieval server (``dspy
Embeddings Embedding-based nearest-neighbour retriever (``dspy
EmbeddingsWithScores Embeddings retriever that also returns similarity scores (``dspy
Retrieve Generic retrieve module that calls ``dspy
Retriever Abstract retrieval module