genai-ebs-chatbot / README.md
Natesh
Initial deploy: Streamlit chatbot with HF Inference backend
c159655
|
Raw
History Blame Contribute Delete
875 Bytes
---
title: Genai Ebs Chatbot
emoji: πŸ“„
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
short_description: 'GenAI document chatbot – Streamlit + LangChain + FAISS'
---
# GenAI for EBS – Document Chatbot
Upload PDFs, build vector embeddings, and ask questions using RAG (Retrieval-Augmented Generation).
## Required Secret (set in Space Settings β†’ Secrets)
| Key | Description |
|-----|-------------|
| `HF_TOKEN` | Your Hugging Face API token (free at https://huggingface.co/settings/tokens) |
## Optional Variables (Space Settings β†’ Variables)
| Key | Default | Description |
|-----|---------|-------------|
| `AUTO_LOGIN_NAME` | _(blank)_ | Skip login screen – team member name |
| `AUTO_LOGIN_NTID` | _(blank)_ | Skip login screen – team member NTID |
| `HF_MODEL_ID` | `mistralai/Mistral-7B-Instruct-v0.3` | LLM model to use |