summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 8f326cbaf82ba4efe66428a013001975209e5175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool.poetry]
name = "rag"
version = "0.1.0"
description = ""
authors = ["Gustaf Rydholm <gustaf.rydholm@gmail.com>"]
readme = "README.md"
packages = [{include = "rag"}]

[tool.poetry.dependencies]
python = "^3.11"
ollama = "^0.3.1"
langchain-community = "^0.0.31"
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"
streamlit = "^1.33.0"
cohere = "^5.2.3"
tqdm = "^4.66.2"
click = "^8.1.7"
sentence-transformers = "^2.7.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"