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

<https://anchorfact.org/kb/ai/retrieval-caching-and-semantic-cache>
  a schema:TechArticle ;
  schema:headline "Retrieval Caching and Semantic Cache" ;
  schema:url <https://anchorfact.org/ai/retrieval-caching-and-semantic-cache/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/retrieval-caching-and-semantic-cache>
  schema:citation <https://redis.io/docs/latest/develop/ai/redisvl/api/cache/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/retrieval-caching-and-semantic-cache>
  schema:citation <https://docs.llamaindex.ai/en/stable/module_guides/loading/ingestion_pipeline/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/retrieval-caching-and-semantic-cache>
  schema:citation <https://docs.opensearch.org/latest/search-plugins/caching/request-cache/> ;
  af:sourceTier "B" .