mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(rust): declare _CacheTestHandle.valkey_semantic in native stub
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b8faae494
commit
e350455a66
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
*,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue