Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,11 +29,3 @@ This application leverages Retrieval-Augmented Generation (RAG) to enable users
|
|
| 29 |
3. A **FAISS index** is built using embeddings of these chunks.
|
| 30 |
4. When you submit a query, the system retrieves the most relevant chunks and sends them to the **Groq API** to generate an answer.
|
| 31 |
|
| 32 |
-
## Installation
|
| 33 |
-
|
| 34 |
-
Clone the repository and install the required dependencies:
|
| 35 |
-
|
| 36 |
-
```bash
|
| 37 |
-
git clone https://huggingface.co/spaces/your-username/your-app-name
|
| 38 |
-
cd your-app-name
|
| 39 |
-
pip install -r requirements.txt
|
|
|
|
| 29 |
3. A **FAISS index** is built using embeddings of these chunks.
|
| 30 |
4. When you submit a query, the system retrieves the most relevant chunks and sends them to the **Groq API** to generate an answer.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|