movie-recommender / README.md
svijayanand's picture
Update README.md
544a6a7 verified
|
raw
history blame
659 Bytes
metadata
title: Basic Docker SDK Space
emoji: 🐠
colorFrom: blue
colorTo: indigo
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.