Skip to content

Commit

Permalink
feat: AI搜索开关与自动更新索引开关不联动
Browse files Browse the repository at this point in the history
Description: AI搜索开关与自动更新索引开关不联动

Log:
  • Loading branch information
lichaofan2008 authored and deepin-bot[bot] committed Nov 1, 2024
1 parent fee02c5 commit 68e60bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void IntelligentRetrievalWidget::checkChanged()

m_featIndex->setChecked(on);
//m_fullTextIndex->setChecked(on);
this->setAutoIndex(on);
//this->setAutoIndex(on);
//setFulltextQuery(on);

// 检测是否安装大模型,未安装就提醒弹窗
Expand Down

0 comments on commit 68e60bd

Please sign in to comment.