File size: 612 Bytes
ba99ec5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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! 🎿