docs(W18): D2.4 索引口径更正为 AUTOINDEX(v1.6)+ D2.9 手动对话测试用例成文 + 空白消息 500 修复
- D2.4 v1.3 -> v1.6:索引统一 AUTOINDEX(设计初稿 HNSW/IVF_FLAT 未落地,实库直查为据) 更正 9 处 + 新增 §4.1 索引口径落地注;语料 628 -> 675 块并补 fin_basic_collection 说明 (三集合仍是唯一默认检索面,basic 并入会使 M-1 100% -> 91.3%) - 新增 客服agent/D2.9-客服Agent手动对话测试用例-2026-09-20.md: 46 条金标逐条可问 + 11 条边界 Z 组 + 判分四问 + M-1~M-10 手动汇总 + 真 HTTP 核验配方 实测登记 3 项缺口:空白消息 500(已修)/ 语料档位口径矛盾(待裁定)/ 重复问句漂移(待裁定) - 修修复:message 纯空白 500 -> 422 AGENT_INPUT_INVALID(入口补判据 + 回归测试) - tools/chat_console.py 提示语去掉已下线产品名(季季盈) - 落档:D1.1 §27(60 -> 61 份 / 客服agent 8 -> 9 份 / 注入校验 56 -> 57)、D2.1 v6.33、D1.6 §4.46 - 门禁:check_authoritative_docs 通过、_consistency.py GATE PASS、pytest 1915 passed / 0 failed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"collections": [
|
||||
{
|
||||
"collection": "fin_faq_collection",
|
||||
"row_count": 125,
|
||||
"collection": "fin_basic_collection",
|
||||
"row_count": 46,
|
||||
"field_names": [
|
||||
"doc_id",
|
||||
"title",
|
||||
@@ -17,6 +17,9 @@
|
||||
"source_url",
|
||||
"reviewer",
|
||||
"source_file",
|
||||
"family_id",
|
||||
"param_class",
|
||||
"intent",
|
||||
"visibility",
|
||||
"embedding"
|
||||
],
|
||||
@@ -86,6 +89,139 @@
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "family_id",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "param_class",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "intent",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "visibility",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "embedding",
|
||||
"type": "101",
|
||||
"is_primary": false
|
||||
}
|
||||
],
|
||||
"has_visibility": true,
|
||||
"looks_like_legacy_schema": true
|
||||
},
|
||||
{
|
||||
"collection": "fin_faq_collection",
|
||||
"row_count": 150,
|
||||
"field_names": [
|
||||
"doc_id",
|
||||
"title",
|
||||
"content",
|
||||
"chapter",
|
||||
"section",
|
||||
"tags",
|
||||
"doc_no",
|
||||
"version",
|
||||
"effective_date",
|
||||
"expire_date",
|
||||
"source_url",
|
||||
"reviewer",
|
||||
"source_file",
|
||||
"family_id",
|
||||
"param_class",
|
||||
"intent",
|
||||
"visibility",
|
||||
"embedding"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "doc_id",
|
||||
"type": "21",
|
||||
"is_primary": true
|
||||
},
|
||||
{
|
||||
"name": "title",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "content",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "chapter",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "section",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "tags",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "doc_no",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "version",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "effective_date",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "expire_date",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "source_url",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "reviewer",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "source_file",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "family_id",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "param_class",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "intent",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "visibility",
|
||||
"type": "21",
|
||||
@@ -102,7 +238,7 @@
|
||||
},
|
||||
{
|
||||
"collection": "fin_policy_collection",
|
||||
"row_count": 297,
|
||||
"row_count": 288,
|
||||
"field_names": [
|
||||
"doc_id",
|
||||
"title",
|
||||
@@ -117,6 +253,9 @@
|
||||
"source_url",
|
||||
"reviewer",
|
||||
"source_file",
|
||||
"family_id",
|
||||
"param_class",
|
||||
"intent",
|
||||
"visibility",
|
||||
"embedding"
|
||||
],
|
||||
@@ -186,6 +325,21 @@
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "family_id",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "param_class",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "intent",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "visibility",
|
||||
"type": "21",
|
||||
@@ -202,7 +356,7 @@
|
||||
},
|
||||
{
|
||||
"collection": "fin_product_collection",
|
||||
"row_count": 214,
|
||||
"row_count": 191,
|
||||
"field_names": [
|
||||
"doc_id",
|
||||
"title",
|
||||
@@ -217,6 +371,9 @@
|
||||
"source_url",
|
||||
"reviewer",
|
||||
"source_file",
|
||||
"family_id",
|
||||
"param_class",
|
||||
"intent",
|
||||
"visibility",
|
||||
"embedding"
|
||||
],
|
||||
@@ -286,6 +443,21 @@
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "family_id",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "param_class",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "intent",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "visibility",
|
||||
"type": "21",
|
||||
@@ -299,6 +471,186 @@
|
||||
],
|
||||
"has_visibility": true,
|
||||
"looks_like_legacy_schema": true
|
||||
},
|
||||
{
|
||||
"collection": "materials_chunks",
|
||||
"row_count": 1738,
|
||||
"field_names": [
|
||||
"id",
|
||||
"content",
|
||||
"type",
|
||||
"source",
|
||||
"page",
|
||||
"chunk_id",
|
||||
"image_path",
|
||||
"embedding"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "id",
|
||||
"type": "5",
|
||||
"is_primary": true
|
||||
},
|
||||
{
|
||||
"name": "content",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "source",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "chunk_id",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "image_path",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "embedding",
|
||||
"type": "101",
|
||||
"is_primary": false
|
||||
}
|
||||
],
|
||||
"has_visibility": false,
|
||||
"looks_like_legacy_schema": false
|
||||
},
|
||||
{
|
||||
"collection": "sanguo_chunks",
|
||||
"row_count": 1337,
|
||||
"field_names": [
|
||||
"id",
|
||||
"content",
|
||||
"chapter",
|
||||
"chunk_id",
|
||||
"source",
|
||||
"embedding"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "id",
|
||||
"type": "5",
|
||||
"is_primary": true
|
||||
},
|
||||
{
|
||||
"name": "content",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "chapter",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "chunk_id",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "source",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "embedding",
|
||||
"type": "101",
|
||||
"is_primary": false
|
||||
}
|
||||
],
|
||||
"has_visibility": false,
|
||||
"looks_like_legacy_schema": true
|
||||
},
|
||||
{
|
||||
"collection": "user_long_term_memory_v1",
|
||||
"row_count": 24,
|
||||
"field_names": [
|
||||
"memory_uuid",
|
||||
"content",
|
||||
"memory_type",
|
||||
"memory_key",
|
||||
"status",
|
||||
"customer_id",
|
||||
"version",
|
||||
"valid_until_ts",
|
||||
"updated_at_ts",
|
||||
"confidence",
|
||||
"embedding"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"name": "memory_uuid",
|
||||
"type": "21",
|
||||
"is_primary": true
|
||||
},
|
||||
{
|
||||
"name": "content",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "memory_type",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "memory_key",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"type": "21",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "customer_id",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "version",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "valid_until_ts",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "updated_at_ts",
|
||||
"type": "5",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "confidence",
|
||||
"type": "11",
|
||||
"is_primary": false
|
||||
},
|
||||
{
|
||||
"name": "embedding",
|
||||
"type": "101",
|
||||
"is_primary": false
|
||||
}
|
||||
],
|
||||
"has_visibility": false,
|
||||
"looks_like_legacy_schema": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user