Skip to content

Commit

Permalink
backend: bring back psycopg2 (langchain-ai#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Dec 20, 2024
1 parent 9cde193 commit c02935f
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 5 deletions.
82 changes: 77 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ weaviate-client = "^4.0.0"
lxml = "^4.9.3"
voyageai = "^0.1.4"
pillow = "^10.2.0"
# do not remove this, it's used for indexing
psycopg2-binary = "^2.9.9"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.0"
Expand Down

0 comments on commit c02935f

Please sign in to comment.