add "remote::chromadb" at test_openai_vector_stores.py

This commit is contained in:
kimbwook 2025-10-14 14:41:13 +09:00
parent f856e53323
commit 1c7daec396
No known key found for this signature in database
GPG key ID: 13B032C99CBD373A

View file

@ -60,6 +60,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",
@ -67,6 +68,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, [])