This commit is contained in:
Bwook (Byoungwook) Kim 2025-12-03 01:04:10 +00:00 committed by GitHub
commit cae28be572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 152 additions and 42 deletions

View file

@ -61,6 +61,7 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
"remote::milvus",
"remote::pgvector",
"remote::weaviate",
"remote::chromadb",
],
"hybrid": [
"inline::milvus",
@ -68,6 +69,7 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
"remote::milvus",
"remote::pgvector",
"remote::weaviate",
"remote::chromadb",
],
}
supported_providers = search_mode_support.get(search_mode, [])