# rag101 **Repository Path**: aetherbyte/rag101 ## Basic Information - **Project Name**: rag101 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-20 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Installation To set up the project on your local machine, follow these steps: ### 1. Clone the repository ```bash git clone https://github.com/memsranga/rag101.git ``` ### 2. Navigate to the project directory ```bash cd rag101 ``` ### 3. Install the project dependencies using Poetry ```bash poetry install --no-root ``` ## Running the Project To start working with the project, launch Jupyter Notebook: ```bash jupyter notebook ```