mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 22:42:25 +00:00
feat: implement keyword, vector and hybrid search inside vector stores for PGVector provider
This commit is contained in:
parent
58e164b8bc
commit
12f4cfa9f1
11 changed files with 1014 additions and 29 deletions
|
|
@ -57,11 +57,13 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
|
|||
"inline::sqlite-vec",
|
||||
"remote::milvus",
|
||||
"inline::milvus",
|
||||
"remote::pgvector",
|
||||
],
|
||||
"hybrid": [
|
||||
"inline::sqlite-vec",
|
||||
"inline::milvus",
|
||||
"remote::milvus",
|
||||
"remote::pgvector",
|
||||
],
|
||||
}
|
||||
supported_providers = search_mode_support.get(search_mode, [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue