mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Remove redundant import
This commit is contained in:
@@ -219,8 +219,6 @@ def set_llm_suggestions_cache(
|
|||||||
"""
|
"""
|
||||||
Cache LLM-generated suggestions using a backend-specific identifier (e.g. 'openai:gpt-4').
|
Cache LLM-generated suggestions using a backend-specific identifier (e.g. 'openai:gpt-4').
|
||||||
"""
|
"""
|
||||||
from documents.caching import SuggestionCacheData
|
|
||||||
|
|
||||||
doc_key = get_suggestion_cache_key(document_id)
|
doc_key = get_suggestion_cache_key(document_id)
|
||||||
cache.set(
|
cache.set(
|
||||||
doc_key,
|
doc_key,
|
||||||
|
|||||||
Reference in New Issue
Block a user