summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 973e111..82e931d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,13 +9,14 @@ readme = "README.md"
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"
+qdrant-client = "^1.8.2"
+loguru = "^0.7.2"
[build-system]