Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# RAG Document System
|
2 |
|
3 |
A simple document interaction system using Retrieval-Augmented Generation (RAG) with Streamlit and Google's Gemini AI.
|
@@ -81,4 +85,4 @@ Required in `.env` file:
|
|
81 |
- Google Gemini for AI responses
|
82 |
- Docker for containerization
|
83 |
|
84 |
-
##
|
|
|
1 |
+
---
|
2 |
+
title: RAG-Document-System
|
3 |
+
sdk: docker
|
4 |
+
---
|
5 |
# RAG Document System
|
6 |
|
7 |
A simple document interaction system using Retrieval-Augmented Generation (RAG) with Streamlit and Google's Gemini AI.
|
|
|
85 |
- Google Gemini for AI responses
|
86 |
- Docker for containerization
|
87 |
|
88 |
+
##
|