{% extends "base.html" %} {% block title %}Search & Chat — Document Intelligence — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

🔍 Search & Chat

Grounded no-LLM search with mandatory citations · Conversational AI with evidence verification

← Back to DIC
{% set iqe_canvas = "dic" %} {% set iqe_api_route = "/document-intelligence/api/iqe-query" %} {% set iqe_title = "IQE Query — Search" %} {% set iqe_examples = [ {"label": "All documents", "query": "foreach d in dic.documents select d.title, d.collection_id"}, {"label": "SSP fragments", "query": "foreach s in dic.ssp_fragments select s.control_id, s.status"} ] %} {% include "includes/iqe_query_widget.html" %} {% endblock %}