@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/rag-long-context-reordering-and-lost-in-the-middle>
  a schema:TechArticle ;
  schema:headline "RAG Long-Context Reordering and Lost in the Middle" ;
  schema:url <https://anchorfact.org/ai/rag-long-context-reordering-and-lost-in-the-middle/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-long-context-reordering-and-lost-in-the-middle>
  schema:citation <https://aclanthology.org/2024.tacl-1.9/> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/ai/rag-long-context-reordering-and-lost-in-the-middle>
  schema:citation <https://docs.haystack.deepset.ai/docs/choosing-the-right-ranker> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-long-context-reordering-and-lost-in-the-middle>
  schema:citation <https://docs.langchain.com/oss/python/langchain/retrieval> ;
  af:sourceTier "B" .