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

<https://anchorfact.org/kb/ai/rag-query-rewriting-and-expansion>
  a schema:TechArticle ;
  schema:headline "RAG Query Rewriting and Expansion" ;
  schema:url <https://anchorfact.org/ai/rag-query-rewriting-and-expansion/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-query-rewriting-and-expansion>
  schema:citation <https://arxiv.org/abs/2303.07678> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/rag-query-rewriting-and-expansion>
  schema:citation <https://docs.haystack.deepset.ai/docs/hypothetical-document-embeddings-hyde> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-query-rewriting-and-expansion>
  schema:citation <https://developers.llamaindex.ai/python/examples/query_transformations/query_transform_cookbook/> ;
  af:sourceTier "B" .