feat: implement keyword, vector and hybrid search inside vector stores for PGVector provider

This commit is contained in:
r3v5 2025-08-07 16:57:19 +01:00
parent 58e164b8bc
commit 12f4cfa9f1
No known key found for this signature in database
GPG key ID: 7758B9F272DE67D9
11 changed files with 1014 additions and 29 deletions

View file

@ -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",