Jorge Londoño
Initial version created
8ea0e72
raw
history blame contribute delete
698 Bytes
[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"