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

<https://anchorfact.org/kb/ai/vector-index-sharding-and-replication>
  a schema:TechArticle ;
  schema:headline "Vector Index Sharding and Replication" ;
  schema:url <https://anchorfact.org/ai/vector-index-sharding-and-replication/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/vector-index-sharding-and-replication>
  schema:citation <https://qdrant.tech/documentation/guides/distributed_deployment/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/vector-index-sharding-and-replication>
  schema:citation <https://docs.weaviate.io/weaviate/concepts/replication-architecture/cluster-architecture> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/vector-index-sharding-and-replication>
  schema:citation <https://www.elastic.co/guide/en/elasticsearch/reference/current/nodes-shards.html> ;
  af:sourceTier "B" .