-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (35 loc) · 889 Bytes
/
pyproject.toml
File metadata and controls
37 lines (35 loc) · 889 Bytes
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
31
32
33
34
35
36
37
[tool.poetry]
name = "advanced-rag-agents"
version = "0.1.0"
description = ""
authors = ["Bruna Lemberck <[email protected]>"]
readme = "README.md"
packages = [{ include = "graph" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
beautifulsoup4 = "^4.12.3"
chromadb = "^0.5.0"
python-dotenv = "^1.0.1"
black = "^24.4.2"
isort = "^5.13.2"
pytest = "^8.2.0"
langgraph-cli = "^0.1.35"
tiktoken = "^0.7.0"
pypdf = "^4.3.1"
faiss-cpu = "^1.8.0.post1"
langchainhub = "^0.1.20"
langgraph = "^0.2.3"
langgraph-checkpoint-sqlite = "^1.0.0"
tavily-python = "^0.4.0"
langchain-chroma = "^0.1.3"
langchain-core = ">=0.3.15"
langchain = ">=0.3.0"
langchain-openai = ">=0.2.0"
langchain-anthropic = ">=0.1.0"
langchain-community = "^0.3.5"
unstructured = "^0.16.5"
markdown = "^3.7"
markdown-it-py = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"