Spaces:
Sleeping
Sleeping
Add Hugging Face Space configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AB Testing RAG Agent
|
| 2 |
|
| 3 |
This repository contains a Retrieval Augmented Generation (RAG) agent specialized in A/B Testing that:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AB Testing RAG Agent
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.32.0
|
| 8 |
+
app_file: streamlit_app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# AB Testing RAG Agent
|
| 13 |
|
| 14 |
This repository contains a Retrieval Augmented Generation (RAG) agent specialized in A/B Testing that:
|