Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,18 @@ sdk: docker
|
|
7 |
app_port: 7860
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|