CoolFace
Apppublic

LightRT/text2sql_backend

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
pyproject.toml35 linesDownload Raw Back to root
1[project]2name = "text-to-sql-agent"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8    "faker>=40.21.0",9    "fastapi>=0.136.3",10    "fastembed>=0.8.0",11    "langchain>=1.3.4",12    "langchain-community>=0.4.2",13    "langchain-core>=1.4.0",14    "langchain-openai>=1.2.2",15    "langgraph>=1.2.4",16    "langgraph-checkpoint-postgres>=3.1.0",17    "langsmith>=0.8.8",18    "psycopg-binary>=3.3.4",19    "python-dotenv>=1.2.2",20    "qdrant-client>=1.18.0",21    "sqlalchemy>=2.0.50",22    "streamlit>=1.58.0",23    "pymysql",24    "psycopg2-binary>=2.9.12",25    "pyodbc>=5.3.0",26    "oracledb>=4.0.1",27    "snowflake-sqlalchemy>=1.10.0",28    "sqlalchemy-bigquery>=1.17.0",29    "langchain-chroma>=1.1.0",30    "langchain-huggingface>=1.2.2",31    "sentence-transformers>=5.7.0",32    "langchain-classic>=1.0.7",33    "rank-bm25>=0.2.2",34]35