RAG_Chatbot / backend /pyproject.toml
senlinyy's picture
feat: completed initial dev
4b81334
Raw
History Blame Contribute Delete
622 Bytes
[project]
name = "iam-earth-dev-backend"
version = "0.1.0"
description = "FastAPI + LlamaIndex RAG backend for the IamEarthDev cloneable HF Space template"
requires-python = ">=3.13,<3.14"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.12",
"pydantic>=2.9.0",
"python-dotenv>=1.0.1",
# RAG
"llama-index-core>=0.12.0",
"llama-index-vector-stores-lancedb>=0.3.0",
"llama-index-embeddings-huggingface-api>=0.3.0",
"lancedb>=0.16.0",
"pyarrow>=17.0.0",
"pandas>=2.2.0",
"pymupdf4llm>=0.0.17",
# HF
"huggingface-hub>=0.26.0",
]
[tool.uv]
package = false