Skip to content

Commit 0c5761a

Browse files
committed
Deprecate url in async Redis connection APIs in favor of redis_url; add tests; remove unused import in CLI
1 parent 04fa392 commit 0c5761a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisvl/extensions/cache/llm/langcache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def __init__(
6969
distance_scale (str): Threshold scale for distance_threshold:
7070
- "normalized": 0–1 semantic distance (lower is better)
7171
- "redis": Redis COSINE distance 0–2 (lower is better)
72-
**kwargs: Additional arguments (ignored for compatibility).
7372
7473
Raises:
7574
ImportError: If the langcache package is not installed.

0 commit comments

Comments
 (0)