Merge pull request #42364 from BerriAI/litellm_valkey_semantic_stub

fix(rust): declare _CacheTestHandle.valkey_semantic in native stub
This commit is contained in:
yujonglee 2026-09-21 16:38:08 -07:00 • committed by GitHub
commit e05ebbc749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,13 @@ class _CacheTestHandle:
@staticmethod
def azure_blob(account_url: str, container: str) -> _CacheTestHandle: ...
@staticmethod
def valkey_semantic(
url: str,
similarity_threshold: float,
index_name: str,
embedder: object,
) -> _CacheTestHandle: ...
@staticmethod
def gcs(
bucket_name: str,
*,