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

<https://anchorfact.org/kb/ai/embedding-model-selection-and-vector-distance>
  a schema:TechArticle ;
  schema:headline "Embedding Model Selection and Vector Distance" ;
  schema:url <https://anchorfact.org/ai/embedding-model-selection-and-vector-distance/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/embedding-model-selection-and-vector-distance>
  schema:citation <https://platform.openai.com/docs/guides/embeddings> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/embedding-model-selection-and-vector-distance>
  schema:citation <https://qdrant.tech/documentation/search/search/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/embedding-model-selection-and-vector-distance>
  schema:citation <https://github.com/pgvector/pgvector> ;
  af:sourceTier "B" .