mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
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:
parent
c311073a17
commit
ac1c4a399f
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue