sunbal7 commited on
Commit
42339b0
Β·
verified Β·
1 Parent(s): 8ee9bda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
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