llama-stack-mirror/tests/unit/providers/vector_io
Varsha Prasad Narsing 2f008f6674 [feat] Implement hybrid search for milvus
This PR implements hybrid search for Milvus DB based on
the inbuilt milvus support.

To test:
```
pytest tests/unit/providers/vector_io/remote/test_milvus.py -v -s --tb=long --disable-warnings --asyncio-mode=auto
```

Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
2025-08-06 13:49:45 -07:00
..
remote [feat] Implement hybrid search for milvus 2025-08-06 13:49:45 -07:00
conftest.py feat: Add openAI compatible APIs to Qdrant (#2465) 2025-08-01 00:41:34 -04:00
test_faiss.py chore: default to pytest asyncio-mode=auto (#2730) 2025-07-11 13:00:24 -07:00
test_qdrant.py feat: Add openAI compatible APIs to Qdrant (#2465) 2025-08-01 00:41:34 -04:00
test_sqlite_vec.py fix: SQLiteVecIndex.create(..., bank_id="test_bank.123") - bank_id with a dot - leads to sqlite3.OperationalError (#2770) (#2771) 2025-07-16 08:25:44 -07:00
test_vector_io_openai_vector_stores.py chore: Fix chroma unit tests (#2896) 2025-07-25 10:12:14 -04:00
test_vector_utils.py chore: Enabling Integration tests for Weaviate (#2882) 2025-07-31 20:29:50 -04:00