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

<https://anchorfact.org/kb/ai/rag-index-freshness-and-reindexing>
  a schema:TechArticle ;
  schema:headline "RAG Index Freshness and Reindexing" ;
  schema:url <https://anchorfact.org/ai/rag-index-freshness-and-reindexing/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-index-freshness-and-reindexing>
  schema:citation <https://developers.llamaindex.ai/python/framework/module_guides/indexing/document_management/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-index-freshness-and-reindexing>
  schema:citation <https://docs.pinecone.io/guides/index-data/upsert-data> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-index-freshness-and-reindexing>
  schema:citation <https://docs.weaviate.io/weaviate/manage-objects/update> ;
  af:sourceTier "B" .