Update README.md
Browse filesAdding metadata to the readme
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## FastLane E-commerce Chatbot
|
2 |
|
3 |
This project provides a Retrieval-Augmented Generation (RAG) system that involves Elastisearch, OpenAI, FastAPI and Gradio components. The system is about an e-commerce chatbot for product and orders searches and leverages Natural Language Processing (NLP) for understanding user intent.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: Fastlane Chat GPT for e-commerce
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: gray
|
7 |
+
colorTo: blue
|
8 |
+
short_description: This project is about a RAG system for e-commerce
|
9 |
+
---
|
10 |
## FastLane E-commerce Chatbot
|
11 |
|
12 |
This project provides a Retrieval-Augmented Generation (RAG) system that involves Elastisearch, OpenAI, FastAPI and Gradio components. The system is about an e-commerce chatbot for product and orders searches and leverages Natural Language Processing (NLP) for understanding user intent.
|