File size: 698 Bytes
8ea0e72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[tool.poetry]
name = "DataStructures_and_Algorithms"
version = "0.1.0"
description = ""
authors = ["Jorge Londoño <jorge.londono@upb.edu.co>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11, <3.13"
python-dotenv = "^1.0.1"
pydantic = "^2.9.2"
langchain = "^0.3.7"
langchain-community = "^0.3.5"
langchainhub = "^0.1.21"
langchain-huggingface = "^0.1.2"
langgraph = "^0.2.45"
langchain-openai = "^0.2.6"
langchain-groq = "^0.2.1"
langchain-aws = "^0.2.7"
pinecone-client = "^5.0.1"
langchain-pinecone = "^0.2.0"
pypdf = "^5.1.0"
gradio = "^5.5.0"
openai-whisper = "^20240930"
groq = "^0.11.0"


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