Samizie commited on
Commit
c039bbd
·
verified ·
1 Parent(s): 3f1ccae

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -44
README.md DELETED
@@ -1,44 +0,0 @@
1
- # Chat_RAG
2
-
3
- ## Steps to Run the Project
4
-
5
- Follow these steps to set up and run the Chat_RAG project:
6
-
7
- 1. **Clone the Repository:**
8
- Begin by cloning the repository to your local machine using the following command:
9
- ```sh
10
- git clone https://github.com/Samilincoln/Chat_RAG.git
11
- ```
12
-
13
- 2. **Navigate to the Project Directory:**
14
- Change your current directory to the project directory:
15
- ```sh
16
- cd Chat_RAG
17
- ```
18
-
19
- 3. **Install Required Dependencies:**
20
- Install all the necessary dependencies specified in the `requirements.txt` file:
21
- ```sh
22
- pip install -r requirements.txt
23
- ```
24
-
25
- 4. **Set Up Environment Variables:**
26
- - Create a `.env` file in the root directory of the project.
27
- - Add your Groq API key to the `.env` file by including the following line:
28
- ```
29
- GROQ_API_KEY=your_api_key_here
30
- ```
31
-
32
- 5. **Navigate to the Client Directory:**
33
- Change your directory to the client directory where the Streamlit application is located:
34
- ```sh
35
- cd client
36
- ```
37
-
38
- 6. **Run the Streamlit Application:**
39
- Launch the Streamlit application using the following command:
40
- ```sh
41
- streamlit run app.py
42
- ```
43
-
44
- By following these steps, you will have the Chat_RAG project up and running on your local machine.