Spaces:
Sleeping
Sleeping
[build-system] | |
requires = ["setuptools>=42", "wheel"] | |
build-backend = "setuptools.build_meta" | |
[project] | |
name = "multi-agentic-sql-generator" | |
version = "0.1.0" | |
description = "Multi-Agent SQL Generator using LangGraph and OpenAI" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
license = {text = "MIT"} | |
authors = [ | |
{name = "Your Name", email = "[email protected]"} | |
] | |
dependencies = [ | |
"openai", | |
"qdrant-client", | |
"chainlit==2.4.1", | |
"pandas", | |
"matplotlib", | |
"huggingface_hub", | |
"google-cloud-bigquery", | |
"langchain-community==0.3.14", | |
"langchain-huggingface==0.1.2", | |
"langchain-openai==0.2.14", | |
"langchain-qdrant==0.2.0", | |
"langgraph==0.2.61", | |
"python-dotenv>=1.0.1", | |
"websockets>=15.0", | |
] | |
[project.optional-dependencies] | |
dev = [ | |
"jupyter", | |
"ipykernel", | |
] | |
[tool.setuptools] | |
packages = [] | |