{% extends "base.html" %} {% block title %}Vector Memory — Agent Dashboard{% endblock %} {% block page_css %} {% endblock %} {% block content %}
Embedding index, semantic search, and growth analytics
Low semantic quality — {{ stats.semantic_pct }}% real embeddings
{{ stats.hash_count }} embeddings are hash-based fallbacks. Set VECTOR_MEMORY_ENABLED=true and ensure the Ollama provider is reachable to improve quality.
No model data yet.
{% endif %}Cosine similarity search across all indexed embeddings. Results below {{ '30' }}% similarity are filtered out.
No results found.
Try a broader query or check that embeddings are indexed.
Last 20 embeddings added to the index, newest first.
| ID | Type | Model | Kind | Preview | Indexed |
|---|---|---|---|---|---|
| {{ e.source_id }} | {{ e.source_type }} | {{ e.embed_model }} | {% if e.is_semantic %} semantic {% else %} hash {% endif %} | {{ e.preview }} | {{ e.created_at[:16]|replace("T"," ") if e.created_at else "—" }} |
| No embeddings yet. | |||||