Spaces:
Sleeping
Sleeping
Palbha Kulkarni (Nazwale)
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
# Airline FAQ RAG Project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
Welcome to the **Airline FAQ RAG Project**! This repository houses an innovative pet project exploring the creation of airline-related FAQ data using an AI agent and building a Retrieval-Augmented Generation (RAG) application to provide accurate and context-aware responses. Whether you're an AI enthusiast, a developer, or someone curious about natural language processing (NLP) and information retrieval, this project offers insights into data generation, embedding strategies, and RAG system optimization.
|
4 |
|
|
|
1 |
# Airline FAQ RAG Project
|
2 |
+
title: Airline FAQ RAG Project
|
3 |
+
colorFrom: gray
|
4 |
+
colorTo: indigo
|
5 |
+
sdk: streamlit
|
6 |
+
sdk_version: 1.44.1
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
short_description: Airline FAQ Agent
|
10 |
|
11 |
Welcome to the **Airline FAQ RAG Project**! This repository houses an innovative pet project exploring the creation of airline-related FAQ data using an AI agent and building a Retrieval-Augmented Generation (RAG) application to provide accurate and context-aware responses. Whether you're an AI enthusiast, a developer, or someone curious about natural language processing (NLP) and information retrieval, this project offers insights into data generation, embedding strategies, and RAG system optimization.
|
12 |
|