mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
fix: Fix merge bug in Qdrant test code
Signed-off-by: Bill Murdock <bmurdock@redhat.com>
This commit is contained in:
parent
89411c839a
commit
25df741519
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ def vector_io_qdrant() -> ProviderFixture:
|
|||
)
|
||||
|
||||
|
||||
VECTOR_IO_FIXTURES = ["faiss", "pgvector", "weaviate", "chroma", "qdrant". "sqlite_vec"]
|
||||
VECTOR_IO_FIXTURES = ["faiss", "pgvector", "weaviate", "chroma", "qdrant", "sqlite_vec"]
|
||||
|
||||
|
||||
@pytest_asyncio.fixture(scope="session")
|
||||
async def vector_io_stack(embedding_model, request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue