mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-20 00:56:26 +00:00
Incremental llm index update, add scheduled llm index task
This commit is contained in:
@@ -201,6 +201,4 @@ class AIConfig(BaseConfig):
|
||||
self.llm_url = app_config.llm_url or settings.LLM_URL
|
||||
|
||||
def llm_index_enabled(self) -> bool:
|
||||
return (
|
||||
self.ai_enabled and self.llm_embedding_backend and self.llm_embedding_model
|
||||
)
|
||||
return self.ai_enabled and self.llm_embedding_backend
|
||||
|
Reference in New Issue
Block a user