AB_Testing_RAG_Agent / huggingface-space.yml
kamkol's picture
Better handling large preprocessed data file to Huggingface
2585f8a
raw
history blame contribute delete
771 Bytes
---
title: AB Testing RAG
emoji: ๐Ÿ“Š
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
license: mit
# Environment variables (fill these in on Hugging Face)
# OPENAI_API_KEY: Your OpenAI API Key
# HF_TOKEN: Your Hugging Face Token with access to the AB_testing_pdfs dataset
# Configuration for Dockerfile
dockerfile:
# Use environment variables to specify which app to run
env:
HOST: "0.0.0.0"
PORT: "8000"
# Streamlit app configuration
app_port: 8000
---
# AB Testing RAG Agent
This is a Hugging Face Spaces deployment of the AB Testing RAG Agent. The agent helps answer questions about AB Testing using Ron Kohavi's work and articles from Arxiv.
## Environment Variables
Environment variables needed:
- `OPENAI_API_KEY`: Your OpenAI API key