mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix(unittest): add pymilvus and milvus-lite to unit dep group
This commit resolves unittest-3.12 issues. - It adds pymilvus and milvus-lite to unit dep group - It rename VectorDB to VectorStore Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
parent
3e8291c1b9
commit
c6bf292f07
4 changed files with 17 additions and 4 deletions
|
|
@ -123,6 +123,8 @@ unit = [
|
|||
"together",
|
||||
"coverage",
|
||||
"moto[s3]>=5.1.10",
|
||||
"pymilvus>=2.6.1",
|
||||
"milvus-lite>=2.5.0",
|
||||
]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue