summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-05 00:23:52 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-05 00:23:52 +0200
commit69bf312562c5f48402dfe4710e92b343cd258f86 (patch)
tree18b6f26859310f1c4236df436e45eeff5d8b6c91 /pyproject.toml
parent31771b141b77d825f83c46ce901b36397ac88d6e (diff)
Update packages
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c55c2b5..973e111 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,6 +10,12 @@ python = "^3.11"
ollama = "^0.1.8"
langchain-community = "^0.0.31"
faiss-cpu = "^1.8.0"
+langchain = "^0.1.14"
+jupyterlab-vim = "^4.1.3"
+pypdf = "^4.1.0"
+numpy = "^1.26.4"
+psycopg = "^3.1.18"
+python-dotenv = "^1.0.1"
[build-system]