{
  "specVersion": "1.0",
  "entries": [
    {
      "identifier": "urn:air:hierarchicalnavigablesmallworld.com:site:hnsw-docs",
      "displayName": "HNSW Docs",
      "type": "text/markdown; profile=\"urn:air:agent-skills\"",
      "url": "https://hierarchicalnavigablesmallworld.com/",
      "description": "Comprehensive technical documentation and reference for the Hierarchical Navigable Small World (HNSW) algorithm and vector similarity search, covering theory, building an implementation from scratch, tuning, scaling, evaluation, applications, and a 400+ term glossary.",
      "capabilities": ["HNSWReference", "VectorSearchGlossary"],
      "representativeQueries": [
        "explain how HNSW builds its layered graph",
        "what parameters should I tune for HNSW recall vs speed",
        "how does HNSW compare to other approximate nearest neighbor algorithms",
        "what is the difference between efConstruction and efSearch",
        "what is cosine distance in vector search"
      ]
    }
  ]
}
