summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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]