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

<https://anchorfact.org/kb/ai/retrieval-redis-vector-search-and-hnsw-indexes>
  a schema:TechArticle ;
  schema:headline "Retrieval Redis Vector Search and HNSW Indexes" ;
  schema:url <https://anchorfact.org/ai/retrieval-redis-vector-search-and-hnsw-indexes/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/retrieval-redis-vector-search-and-hnsw-indexes>
  schema:citation <https://redis.io/docs/latest/develop/ai/search-and-query/vectors/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/retrieval-redis-vector-search-and-hnsw-indexes>
  schema:citation <https://redis.io/docs/latest/develop/ai/search-and-query/indexing/> ;
  af:sourceTier "B" .