{{ "%.3f"|format(hit.score) }}
{{ hit.snippet|safe if hit.snippet else hit.doc.body[:220] }}
{% for tag in hit.doc.tags %}
{{ tag }}
{% endfor %}
{% extends "base.html" %}
{% block title %}搜索 · kb-mcp admin{% endblock %}
{% block content %}
测试词汇、模糊、语义和混合搜索模式。
搜索
{{ hit.snippet|safe if hit.snippet else hit.doc.body[:220] }}
测试词汇、模糊、语义和混合检索。