el_capitan / README.md
vilik's picture
Upload 3 files
ba99ec5 verified

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:

{
  "question": "How to train in summer?",
  "userId": "vilda",
  "profileName": "vilda"
}

Enjoy smart, personalized coaching responses! 🎿