summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-05 18:31:12 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-05 18:31:12 +0200
commit1dfaf80c75afa84b6d03a0013eb1fd94d0257226 (patch)
tree9d20d96449141e1323b28a05fd2d3c82d9738439 /pyproject.toml
parentfcecc38d440e3643c5417f06526509bb2c0ec83e (diff)
Update from faiss to qdrant
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]