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

<https://anchorfact.org/kb/ai/rag-hypothetical-document-embeddings-hyde>
  a schema:TechArticle ;
  schema:headline "RAG Hypothetical Document Embeddings HyDE" ;
  schema:url <https://anchorfact.org/ai/rag-hypothetical-document-embeddings-hyde/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.85" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-hypothetical-document-embeddings-hyde>
  schema:citation <https://aclanthology.org/2023.acl-long.99/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/ai/rag-hypothetical-document-embeddings-hyde>
  schema:citation <https://docs.llamaindex.ai/en/stable/optimizing/advanced_retrieval/query_transformations/> ;
  af:sourceTier "B" .