File size: 662 Bytes
86198fa 0539069 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
title: Basic Docker SDK Space
emoji: 🐳
colorFrom: purple
colorTo: gray
sdk: docker
app_port: 7860
---
# RAG Llm Project
This is a Python project for the RAG Llm project. It utilizes movie data to return relevant information.
## Installation
To use this project, follow these steps:
1. Clone the repository: `git clone https://github.com/your-username/rag-llm-project.git`
2. Install the required dependencies: `pip install -r requirements.txt`
Set up your environment variables by creating a .env file with your OPENAI_API_KEY and ASSISTANT_ID.
## Usage
To run the project, execute the following command:
Start the Chainlit app by running app.py. |