mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 17:52:25 +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
|
|
@ -56,6 +56,7 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
|
|||
"keyword": [
|
||||
"inline::sqlite-vec",
|
||||
"remote::milvus",
|
||||
"inline::milvus",
|
||||
],
|
||||
"hybrid": [
|
||||
"inline::sqlite-vec",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue