Added support for google vector search - (matching engine) (#2177)

This commit is contained in:
anchit-nishant
2025-03-05 11:45:47 +05:30
committed by GitHub
parent 7c8628eadc
commit 23dbce4f59
10 changed files with 1382 additions and 269 deletions

View File

@@ -25,6 +25,7 @@ sqlalchemy = "^2.0.31"
langchain-community = "^0.3.1"
neo4j = "^5.23.1"
rank-bm25 = "^0.2.2"
psycopg2-binary = "^2.9.10"
[tool.poetry.extras]
graph = ["langchain-community", "neo4j", "rank-bm25"]