mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
revert: drop duplicate valkey_semantic stub now declared on main
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
89359bcdda
commit
d1c398ee92
1 changed files with 0 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue