From d7f24722c310becd16d7bc5662200e817a03fa40 Mon Sep 17 00:00:00 2001 From: alex salgado Date: Thu, 27 Feb 2025 18:55:01 -0300 Subject: [PATCH] remove coker references --- .../README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/README.md b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/README.md index 49e56660..242b44f0 100644 --- a/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/README.md +++ b/supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/README.md @@ -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/