Installation

Instructions on how to get your project up and running.

Prerequisites

  • Python >=3.10,<3.14

  • poetry

Install using PyPI

  1. Install the package: You can install the llm_etl_pipeline package directly using pip:

    pip install llm_etl_pipeline
    

Ollama Model Installation

IMPORTANT: This project requires specific LLM models to be available through your Ollama installation. After installing Ollama, you need to download phi4:14b and gemma3:27b using the Ollama command-line interface:

ollama pull phi4:14b
ollama pull gemma3:27b