mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 07:06:30 +00:00
Merge branch 'main' into add-expiration-files-remote-s3
This commit is contained in:
commit
42d15a4516
27 changed files with 2165 additions and 2402 deletions
|
|
@ -57,11 +57,13 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
|
|||
"inline::sqlite-vec",
|
||||
"remote::milvus",
|
||||
"inline::milvus",
|
||||
"remote::pgvector",
|
||||
],
|
||||
"hybrid": [
|
||||
"inline::sqlite-vec",
|
||||
"inline::milvus",
|
||||
"remote::milvus",
|
||||
"remote::pgvector",
|
||||
],
|
||||
}
|
||||
supported_providers = search_mode_support.get(search_mode, [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue