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:
- Upload your
chunks.json
,faiss.index
, andprofiles.json
into this Space. - Set your secret key:
- Go to Settings → Secrets → Add:
GEMINI_API_KEY
= your Gemini API key from Google AI Studio
- Go to Settings → Secrets → Add:
- Deploy and test!
POST requests should be sent to /ask
with JSON:
{
"question": "How to train in summer?",
"userId": "vilda",
"profileName": "vilda"
}
Enjoy smart, personalized coaching responses! 🎿