mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 22:32: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
|
|
@ -84,6 +84,7 @@ unit = [
|
|||
"openai",
|
||||
"aiosqlite",
|
||||
"aiohttp",
|
||||
"psycopg2-binary>=2.9.0",
|
||||
"pypdf",
|
||||
"mcp",
|
||||
"chardet",
|
||||
|
|
@ -110,6 +111,7 @@ test = [
|
|||
"torch>=2.6.0",
|
||||
"torchvision>=0.21.0",
|
||||
"chardet",
|
||||
"psycopg2-binary>=2.9.0",
|
||||
"pypdf",
|
||||
"mcp",
|
||||
"datasets",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue