File size: 622 Bytes
4b81334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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