LawForge
Guides

Retrieve Relevant Sections

Get only the parts of a case that matter for your research

Retrieve Relevant Sections

Get the sections of Miranda v. Arizona relevant to "custodial interrogation warnings"

Returns 3-5 chunks ranked by semantic similarity, preserving context window for analysis.

Understanding Results

{
  "chunks": [
    { "type": "holding", "relevance_score": 0.847, "content": "..." },
    { "type": "reasoning", "relevance_score": 0.812, "content": "..." }
  ]
}

Scores above 0.7 indicate strong relevance.

Query Tips

Instead ofTry
damagespunitive damages calculation multiple violations
standingArticle III standing injury in fact
searchFourth Amendment warrantless search exception

Comparison with Other Modes

ModeReturnsUse When
fullEntire documentReading complete opinion
summaryAI-generated summaryQuick overview
chunksAll sectionsStructured review
relevantQuery-matched sectionsTargeted research

Workflow Example

  1. Search: Find cases on your topic
  2. Retrieve: Get relevant sections for your specific question
  3. Analyze: Ask Claude to synthesize across the retrieved sections

See Document Chunking for how this works under the hood.

On this page