Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyTerrier 0.13.0
Logo
PyTerrier 0.13.0

Guides

  • Installing and Configuring
  • Importing Datasets
  • Terrier Indexing
  • Terrier Retrieval
  • Running Experiments
  • Query Rewriting & Expansion
  • Learning to Rank

Explanations & Illustrations

  • PyTerrier Data Model
  • PyTerrier Transformers
  • Operators on Transformers
  • Examples of Retrieval Pipelines
  • Working with Document Texts
  • Neural Rankers and Rerankers
  • Accessing Terrier’s Index API
  • Parallelisation
  • Tuning Transformer Pipelines
  • Experiments on TREC Robust 2004
  • Extending PyTerrier
    • Making a PyTerrier Extension Package
    • Extending PyTerrier with New Datasets
    • Building in PyTerrier Support for Indexing and Retrieval Backends

Other Modules

  • pyterrier.io - Reading/writing files
  • pyterrier.apply - Custom Transformers
  • pyterrier.new - Creating new dataframes
  • pyterrier.debug - Transformers for Debugging

Extensions

  • Adaptive Retrieval
  • Alpha Features
    • Artifacts
    • Dataframe Builder
    • Rank Biased Overlap (RBO)
    • Inspection
    • Result Fusion
    • Alpha Input/Output Components
    • Transform Function Decorators
    • Other Alpha Utils
    • Input Validation
  • Anserini
    • Extras
    • API Documentation
  • API Services
    • DBLP
    • Google API
    • Pinecone
    • Semantic Scholar
  • AutoQrels
  • Caching
    • Caching Scorer / Re-Ranker Results
    • Caching Indexing Pipeline Results
    • Caching Retriever Results
    • Extra Caching Utilities
  • ChatNoir
  • CIFF
  • ColBERT
  • DeepCT
  • DeepImpact
  • Dense Retrieval
    • Overview
    • Encoding
    • Indexing & Retrieval
    • Pseudo-Relevance Feedback
    • Diversity
  • Doc2Query
  • Document Quality
  • GenRank
  • OpenNIR
  • PISA
  • Sentence Transformers
  • SPLADE
  • T5

Indices and tables

  • Index
  • Bibliography
Back to top
View this page

API Services¶

pyterrier-services provides PyTerrier transformers for various API services.

Install pyterrier-services with pip¶
pip install pyterrier-services
  • DBLP
  • Google API
  • Pinecone
  • Semantic Scholar
Next
DBLP
Previous
pyterrir_anserini API Documentation
Copyright © 2025, the University of Glasgow
Made with Sphinx and @pradyunsg's Furo