Skip to content

Commit

Permalink
fix: no module named 'psycopg2' (#3526)
Browse files Browse the repository at this point in the history
* fix: add dependecy to Dockerfile

* fix: revert quick fix

* fix: update poetry.lock
  • Loading branch information
italojohnny authored and ogabrielluiz committed Aug 27, 2024
1 parent 70e20fc commit 6634fe1
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 2 deletions.
85 changes: 83 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ huggingface-hub = { version = "^0.22.0", extras = ["inference"] }
llama-cpp-python = { version = "~0.2.0", optional = true }
networkx = "^3.1"
fake-useragent = "^1.5.0"
psycopg2-binary = "^2.9.6"
pyarrow = "^14.0.0"
wikipedia = "^1.4.0"
qdrant-client = "^1.9.0"
Expand Down

0 comments on commit 6634fe1

Please sign in to comment.