Arif commited on
Commit
9b4876f
·
1 Parent(s): 6c1b8b0

Fixed the readme for huggingface

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RAG Portfolio Project
2
 
3
  A state-of-the-art Retrieval-Augmented Generation (RAG) system leveraging modern generative AI and vector search technologies. This project demonstrates how to build a production-grade system that enables advanced question answering, document search, and contextual generation on your own infrastructure—private, scalable, and fast.
 
1
+ ---
2
+ title: "Generative AI Portfolio Project"
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ sdk_version: "0.0.0" # (or blank, Spaces fills this)
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+
13
+
14
  # RAG Portfolio Project
15
 
16
  A state-of-the-art Retrieval-Augmented Generation (RAG) system leveraging modern generative AI and vector search technologies. This project demonstrates how to build a production-grade system that enables advanced question answering, document search, and contextual generation on your own infrastructure—private, scalable, and fast.