Skip to content

Commit 54d7ebd

Browse files
committed
chore: save smart query config from dashboard
1 parent 7921607 commit 54d7ebd

1 file changed

Lines changed: 76 additions & 1 deletion

File tree

config.yaml

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,79 @@ subscriptions:
2424
schema_migration:
2525
stage: A
2626
diff_threshold_pct: 15
27-
keyword_recall_mode: or
27+
keyword_recall_mode: or
28+
intent_profiles:
29+
- tag: continual
30+
description: 持续学习在工业和智能体进化中的应用
31+
enabled: true
32+
paper_sources:
33+
- arxiv
34+
- biorxiv
35+
keywords:
36+
- keyword: continual learning
37+
keyword_cn: 持续学习
38+
query: methods for continual learning in neural networks
39+
- keyword: catastrophic forgetting
40+
keyword_cn: 灾难性遗忘
41+
query: preventing catastrophic forgetting in continual learning
42+
- keyword: incremental learning
43+
keyword_cn: 增量学习
44+
query: incremental learning algorithms for real-time data streams
45+
- keyword: agent evolution
46+
keyword_cn: 智能体进化
47+
query: evolutionary algorithms for agent adaptation
48+
- keyword: self-improving AI
49+
keyword_cn: 自我改进人工智能
50+
query: self-improving artificial intelligence systems for dynamic environments
51+
- keyword: knowledge retention
52+
keyword_cn: 知识保留
53+
query: retaining previously learned knowledge in neural networks
54+
intent_queries:
55+
- query: What are the methods for agent self evolution in dynamic environments using lifelong learning?
56+
query_cn: 在动态环境中利用终身学习实现智能体自我进化的方法有哪些?
57+
enabled: true
58+
source: manual
59+
note: ''
60+
- query: Application of continual learning in industrial automation
61+
query_cn: 持续学习在工业自动化中的应用
62+
enabled: true
63+
source: manual
64+
note: ''
65+
- query: Evolving autonomous agents through continual learning
66+
query_cn: 通过持续学习进化自主智能体
67+
enabled: true
68+
source: manual
69+
note: ''
70+
- query: Continual learning techniques for agent adaptation and evolution
71+
query_cn: 用于智能体适应和进化的持续学习技术
72+
enabled: true
73+
source: manual
74+
note: ''
75+
updated_at: '2026-05-27T07:38:23.738Z'
76+
source_backends:
77+
arxiv:
78+
papers_table: arxiv_papers
79+
use_vector_rpc: true
80+
vector_rpc: match_arxiv_papers
81+
vector_rpc_exact: match_arxiv_papers_exact
82+
use_bm25_rpc: true
83+
bm25_rpc: match_arxiv_papers_bm25
84+
sync_table: arxiv_sync_status
85+
sync_success_value: success
86+
schema: public
87+
kind: supabase
88+
enabled: true
89+
url: https://lyucdwgefyfbmaiopjbk.supabase.co
90+
anon_key: sb_publishable_lX-oi64Uxyd7SIVv3_w2Uw_MTOojeKq
91+
biorxiv:
92+
papers_table: biorxiv_papers
93+
use_vector_rpc: true
94+
vector_rpc: match_biorxiv_papers_exact
95+
vector_rpc_exact: match_biorxiv_papers_exact
96+
use_bm25_rpc: true
97+
bm25_rpc: match_biorxiv_papers_bm25
98+
schema: public
99+
kind: supabase
100+
enabled: true
101+
url: https://lyucdwgefyfbmaiopjbk.supabase.co
102+
anon_key: sb_publishable_lX-oi64Uxyd7SIVv3_w2Uw_MTOojeKq

0 commit comments

Comments
 (0)