NEWRECALLFebruary 28, 2025

Recall: Retrieve Contextually Relevant Information with Validated Citations

Introducing Recall, a powerful new capability that delivers precise, contextually relevant information from your Reasoner Index with fully validated citations, transforming how you extract insights from your data sources.

  • Contextual information retrieval intelligently understands your query intent and returns the most relevant information
  • Comprehensive citation discovery finds relevant information across all entities in your index
  • Intelligent citation validation ensures every piece of information is precisely matched to its source
  • Cross-page citation matching finds relevant information even when it spans multiple pages
1from reasoner import Reasoner
2
3# Initialize the client
4r = Reasoner(api_key="your_api_key")
5
6# Run Recall against your index
7response = r.recall("What is the capital structure?", index_uid="your_index_id")
8
9# Access the validated citations
10for citation in response.citations:
11 print(f"Source: {citation.source}")
12 print(f"Page: {citation.page}")
13 print(f"Text: {citation.text}")

Whether you’re researching complex topics or building AI applications that require absolute accuracy, Recall delivers the precise information you need with complete confidence in its sources.