feat(ai+db): 知识库 3 表迁移 + Entity — rules/references/guides
Phase 3 Task 21: - ai_knowledge_rules: L1 规则表(条件表达式 + 动作文本) - ai_knowledge_references: L2 参考表(摘要 + pgvector 嵌入) - ai_knowledge_guides: L3 指南表(全文 + pgvector 嵌入)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
pub mod ai_analysis;
|
||||
pub mod ai_analysis_queue;
|
||||
pub mod ai_knowledge_guides;
|
||||
pub mod ai_knowledge_references;
|
||||
pub mod ai_knowledge_rules;
|
||||
pub mod ai_prompt;
|
||||
pub mod ai_risk_threshold;
|
||||
pub mod ai_suggestion;
|
||||
|
||||
Reference in New Issue
Block a user