{% extends "base.html" %} {% block title %}Knowledge Search - ICDEV™ Dashboard{% endblock %} {% block content %}
Phase 64 — RAG-powered search across all ICDEV™ knowledge (D-RAG-1 through D-RAG-14)
| Query Hash | Results | Top Score | Re-ranked | Duration (ms) | Time |
|---|---|---|---|---|---|
| {{ s.query_hash[:16] }}... | {{ s.results_count }} | {{ '%.3f'|format(s.top_score) if s.top_score else '--' }} | {{ '✓' if s.rerank_used else '' }} | {{ s.duration_ms if s.duration_ms else '--' }} | {{ s.created_at }} |
| No searches yet | |||||
Last ingestion: {{ status.last_ingestion }}
{% endif %}