Spaces:
Sleeping
Sleeping
| [project] | |
| name = "model-fast-api" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "fastapi>=0.118.0", | |
| "langchain>=0.3.27", | |
| "langchain-community>=0.3.31", | |
| "langchain-deepseek>=1.0.1", | |
| "langchain-google-genai>=2.1.12", | |
| "langchain-groq>=1.1.1", | |
| "langchain-postgres>=0.0.15", | |
| "langchain-tavily>=0.1.0", | |
| "peft>=0.18.0", | |
| "pillow>=11.0.0", | |
| "protobuf>=6.32.1", | |
| "psycopg>=3.2.10", | |
| "psycopg-binary>=3.2.10", | |
| "psycopg-pool>=3.2.6", | |
| "python-dotenv>=1.1.1", | |
| "python-multipart>=0.0.20", | |
| "safetensors>=0.6.2", | |
| "sentencepiece>=0.2.1", | |
| "supabase>=2.22.0", | |
| "torch>=2.4.0,<2.5", | |
| "torchvision>=0.19.0,<0.20", | |
| "transformers>=4.57.0", | |
| "uvicorn>=0.37.0", | |
| ] | |