mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 03:48:03 +00:00
chore: Adding unit tests for Milvus
This commit is contained in:
parent
4bca4af3e4
commit
84215f17d6
6 changed files with 1864 additions and 1461 deletions
|
|
@ -86,6 +86,7 @@ unit = [
|
|||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"blobfile",
|
||||
"faiss-cpu",
|
||||
"pymilvus>=2.5.12",
|
||||
]
|
||||
# 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
|
||||
|
|
@ -106,6 +107,7 @@ test = [
|
|||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"requests",
|
||||
"pymilvus>=2.5.12",
|
||||
]
|
||||
docs = [
|
||||
"setuptools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue