GemAI_Backend / pyproject.toml
Aasher's picture
Track large CSV with Git LFS
184837f
[project]
name = "shopping-ai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agno>=2.0.8",
"cohere>=5.18.0",
"ddgs>=9.6.0",
"fastapi[standard]>=0.117.1",
"google-genai>=1.38.0",
"groq>=0.32.0",
"langchain-community>=0.3.29",
"langchain-openai>=0.3.33",
"openai>=1.109.0",
"pandas>=2.3.2",
"pinecone>=7.3.0",
"pinecone-text>=0.11.0",
"python-dotenv>=1.1.1",
"redis>=6.4.0",
"uvicorn>=0.37.0",
]