mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
Merge pull request #42364 from BerriAI/litellm_valkey_semantic_stub
fix(rust): declare _CacheTestHandle.valkey_semantic in native stub
This commit is contained in:
commit
e05ebbc749
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