diff --git a/src/documents/caching.py b/src/documents/caching.py index 9bcae405f..a73ce2abc 100644 --- a/src/documents/caching.py +++ b/src/documents/caching.py @@ -219,8 +219,6 @@ def set_llm_suggestions_cache( """ 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) cache.set( doc_key,