File size: 1,126 Bytes
9699bea
 
 
 
 
 
 
 
 
 
 
 
 
9f32f16
 
9699bea
 
 
 
 
 
 
 
 
9f32f16
9699bea
9f32f16
9699bea
 
 
 
 
 
 
 
d495234
9699bea
 
 
 
9f32f16
9699bea
d495234
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ===========================================================================
# MediGuard AI — Hugging Face Spaces Dependencies
# ===========================================================================
# Minimal dependencies for standalone Gradio deployment.
# No postgres, redis, opensearch, ollama required.
# ===========================================================================

# --- Gradio UI ---
gradio>=5.0.0

# --- LangChain Core ---
langchain>=0.3.0
langchain-community>=0.3.0
langchain-core>=0.3.0
langchain-text-splitters>=0.3.0
langgraph>=0.2.0

# --- Cloud LLM Providers (FREE tiers) ---
langchain-groq>=0.2.0
langchain-google-genai>=2.0.0

# --- Vector Store ---
faiss-cpu>=1.8.0

# --- Embeddings (local - no API key needed) ---
sentence-transformers>=3.0.0
langchain-huggingface>=0.1.0

# --- Document Processing ---
pypdf>=4.0.0

# --- Pydantic ---
pydantic>=2.9.0
pydantic-settings>=2.5.0

# --- HTTP Client (for Jina AI embeddings) ---
httpx>=0.27.0

# --- Utilities ---
python-dotenv>=1.0.0
tenacity>=8.0.0
numpy<2.0.0

# --- Observability (optional, for Langfuse support) ---
langfuse>=2.0.0