{% extends "base.html" %} {% set active_page = "similarity" %} {% block title %}Similarity — IETF Draft Analyzer{% endblock %} {% block extra_head %}{% endblock %} {% block content %}
Force-directed graph of draft-to-draft semantic similarity. Each draft is embedded using Ollama (nomic-embed-text) and cosine similarity is computed between all pairs. Edges are drawn between drafts exceeding the similarity threshold — tightly connected clusters indicate drafts covering similar topics. Use the slider to adjust the threshold: higher values show only the strongest relationships.
Node size = composite score, color = category. Edge opacity = similarity strength. Click a node to view draft detail.