Spaces:
Running
Running
AdityaAdaki
commited on
Commit
·
ffeb80a
1
Parent(s):
4ac113f
configuration details
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# F1-AI: Formula 1 RAG Application
|
2 |
|
3 |
F1-AI is a Retrieval-Augmented Generation (RAG) application specifically designed for Formula 1 information. It features an intelligent web scraper that automatically discovers and extracts Formula 1-related content from the web, stores it in a vector database, and enables natural language querying of the stored information.
|
|
|
1 |
+
---
|
2 |
+
title: F1-AI
|
3 |
+
emoji: 🏎️
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: black
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.27.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# F1-AI: Formula 1 RAG Application
|
15 |
|
16 |
F1-AI is a Retrieval-Augmented Generation (RAG) application specifically designed for Formula 1 information. It features an intelligent web scraper that automatically discovers and extracts Formula 1-related content from the web, stores it in a vector database, and enables natural language querying of the stored information.
|