Spaces:
Configuration error
Configuration error
# El_Kapitán_100b – HF Space | |
### What this is: | |
This is a lightweight RAG chatbot for cross-country skiing, using Gemini API + FAISS + personalization. | |
### How to use: | |
1. Upload your `chunks.json`, `faiss.index`, and `profiles.json` into this Space. | |
2. Set your secret key: | |
- Go to Settings → Secrets → Add: | |
- `GEMINI_API_KEY` = your Gemini API key from Google AI Studio | |
3. Deploy and test! | |
POST requests should be sent to `/ask` with JSON: | |
```json | |
{ | |
"question": "How to train in summer?", | |
"userId": "vilda", | |
"profileName": "vilda" | |
} | |
``` | |
Enjoy smart, personalized coaching responses! 🎿 |