Skip to content

Commit

Permalink
remove coker references
Browse files Browse the repository at this point in the history
  • Loading branch information
salgado committed Feb 27, 2025
1 parent 112c8fa commit d7f2472
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,18 @@ The pipeline demonstrates how to:
- 8GB+ RAM
- GPU (optional but recommended)

## Execution Options

This project can be run in two different ways:

### 1. Jupyter Notebook
## Code execution

We provide a Google Colab notebook that allows you to explore the entire pipeline interactively:
- [Open the Multimodal RAG Pipeline Notebook](notebook/01-mmrag-blog-quick-start.ipynb)
- This notebook includes step-by-step instructions and explanations for each stage of the pipeline

### 2. Docker

For containerized execution that ensures consistent environment:
- Follow the [Docker Setup Guide](docker-setup.md) for instructions on running the pipeline using Docker Compose
- This option handles all dependencies and environment setup automatically
- Ideal for reproducible runs


## Project Structure

```
├── README.md
├── requirements.txt
├── Dockerfile
├── docker-compose.yml
├── notebook/
│ ├── 01-mmrag-blog-quick-start.ipynb # Jupyter notebook execution
├── src/
Expand Down

0 comments on commit d7f2472

Please sign in to comment.