diff --git a/litellm/rust_bridge/_native.pyi b/litellm/rust_bridge/_native.pyi index 06c88f8ba34..90d876b71e6 100644 --- a/litellm/rust_bridge/_native.pyi +++ b/litellm/rust_bridge/_native.pyi @@ -167,10 +167,6 @@ class _CacheTestHandle: @staticmethod def disk(directory: str) -> _CacheTestHandle: ... @staticmethod - def valkey_semantic( - url: str, similarity_threshold: float, index_name: str, embedder: object - ) -> _CacheTestHandle: ... - @staticmethod def azure_blob(account_url: str, container: str) -> _CacheTestHandle: ... @staticmethod def gcs(