svijayanand commited on
Commit
544a6a7
·
verified ·
1 Parent(s): 5d64a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -7,4 +7,18 @@ sdk: docker
7
  app_port: 7860
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  app_port: 7860
8
  ---
9
 
10
+
11
+ # RAG Llm Project
12
+
13
+ This is a Python project for the RAG Llm project. It utilizes movie data to return relevant information.
14
+
15
+ ## Installation
16
+
17
+ To use this project, follow these steps:
18
+
19
+ 1. Clone the repository: `git clone https://github.com/your-username/rag-llm-project.git`
20
+ 2. Install the required dependencies: `pip install -r requirements.txt`
21
+ Set up your environment variables by creating a .env file with your OPENAI_API_KEY and ASSISTANT_ID.
22
+ ## Usage
23
+ To run the project, execute the following command:
24
+ Start the Chainlit app by running app.py.