mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 03:15:50 +00:00
chore: Enable keyword search for Milvus inline
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
This commit is contained in:
parent
5b312a80b9
commit
6ea6fda0ca
4 changed files with 8 additions and 10 deletions
|
|
@ -93,6 +93,7 @@ unit = [
|
|||
"blobfile",
|
||||
"faiss-cpu",
|
||||
"pymilvus>=2.5.12",
|
||||
"milvus-lite>=2.5.0",
|
||||
"litellm",
|
||||
"together",
|
||||
"coverage",
|
||||
|
|
@ -118,6 +119,7 @@ test = [
|
|||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"requests",
|
||||
"pymilvus>=2.5.12",
|
||||
"milvus-lite>=2.5.0",
|
||||
"weaviate-client>=4.16.4",
|
||||
]
|
||||
docs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue