Remove embedding_cache_config

This commit is contained in:
yangdx
2025-04-22 00:28:17 +08:00
parent 8938d11718
commit e7063b5f1e
2 changed files with 1 additions and 12 deletions

View File

@@ -730,6 +730,7 @@ async def handle_cache(
if not hashing_kv.global_config.get("enable_llm_cache"):
return None, None, None, None
# TODO: deprecated (PostgreSQL cache not implemented yet)
# Get embedding cache configuration
embedding_cache_config = hashing_kv.global_config.get(
"embedding_cache_config",