summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-04 01:20:14 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-04-04 01:20:14 +0200
commit02d3363858cc52bb308cc342e55530a61280ab52 (patch)
tree1ebbd09fbcf1663d39a8c11d0310bf7e6c4e7a3f /pyproject.toml
parentaadb9e0da97affdb8208e73e88eb35b6868abacf (diff)
Add packages
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3a08a18..c55c2b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
ollama = "^0.1.8"
+langchain-community = "^0.0.31"
+faiss-cpu = "^1.8.0"
[build-system]