Divrey-Yoel-RAG / pyproject.toml
sivan22's picture
Upload 16 files
7f683f9 verified
raw
history blame contribute delete
358 Bytes
[project]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.49.0",
"google-generativeai>=0.8.5",
"nest-asyncio>=1.6.0",
"openai>=1.72.0",
"pinecone>=6.0.2",
"python-dotenv>=1.1.0",
"streamlit>=1.44.1",
"langsmith"
]