refactor(cache-redis-semantic): drop the unused default index name

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Yujong Lee 2026-09-21 20:34:57 +00:00
parent c311073a17
commit ac1c4a399f

View file

@ -17,7 +17,6 @@ use crate::prompt::prompt_from_context;
const REDIS_TIMEOUT: Duration = Duration::from_secs(5);
const REDIS_POOL_SIZE: u32 = 16;
const DEFAULT_INDEX_NAME: &str = "litellm_semantic_cache_index";
const CACHE_KEY_FIELD: &str = "litellm_cache_key";
const VECTOR_FIELD: &str = "prompt_vector";