mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 19:46:48 +01:00
Cover llmindex in system status
This commit is contained in:
parent
e2fc7f596d
commit
e6d8cd6547
2 changed files with 67 additions and 1 deletions
|
|
@ -2976,7 +2976,7 @@ class SystemStatusView(PassUserMixin):
|
|||
)
|
||||
|
||||
ai_config = AIConfig()
|
||||
if not ai_config.llm_index_enabled:
|
||||
if not ai_config.llm_index_enabled():
|
||||
llmindex_status = "DISABLED"
|
||||
llmindex_error = None
|
||||
llmindex_last_modified = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue