Spaces:
Build error
Build error
File size: 809 Bytes
03d1f74 47694cc 03d1f74 2c0c636 03d1f74 47694cc 03d1f74 a68a754 |
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 |
---
title: Agentic Rag
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.23.3
app_file: app.py
pinned: false
license: mit
short_description: HF Agents Course
---
## Environment Variables
To run this application, you need to set up the following environment variables in a `.env` file:
```
# Hugging Face API token (required)
HUGGINGFACEHUB_API_TOKEN=your_huggingface_token
# Langfuse logging (optional)
LANGFUSE_SECRET_KEY=your_langfuse_secret
LANGFUSE_PUBLIC_KEY=your_langfuse_public
LANGFUSE_HOST=https://cloud.langfuse.com
# Weather API (required for weather tool)
WEATHERAPI_KEY=your_weatherapi_key
```
You can obtain these API keys from:
- [Hugging Face](https://huggingface.co/settings/tokens)
- [Langfuse](https://langfuse.com/)
- [WeatherAPI](https://www.weatherapi.com/) |