Spaces:
Sleeping
Sleeping
MouadHsb
commited on
Commit
·
dede15a
1
Parent(s):
24177aa
Initial deployment
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This backend provides a sophisticated FastAPI-based service for a Retrieval Augmented Generation (RAG) system designed to assist with research paper searches and information retrieval.
|
4 |
|
|
|
1 |
+
---
|
2 |
+
title: RAG Research Assistant API
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
+
# RAG Research Assistant API
|
12 |
|
13 |
This backend provides a sophisticated FastAPI-based service for a Retrieval Augmented Generation (RAG) system designed to assist with research paper searches and information retrieval.
|
14 |
|