Skip to content

Commit

Permalink
add pgvector extras
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavsinghvi11 committed Oct 9, 2024
1 parent 16ceaba commit d022c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"snowflake": ["snowflake-snowpark-python"],
"fastembed": ["fastembed"],
"groq": ["groq~=0.8.0"],
"langfuse": ["langfuse~=2.36.1"]
"langfuse": ["langfuse~=2.36.1"],
"pgvector": ["psycopg2~=2.9.9","pgvector~=0.2.5"]
},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit d022c15

Please sign in to comment.