Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.26 KB

File metadata and controls

67 lines (42 loc) · 1.26 KB

Introduction

This repository contains the code for the book "Generative AI with Python".

Generative AI with Python

Table of Contents

Installation

Default Installation

  1. Clone the repository

  2. Install uv

On your command line, run:

pip install uv
  1. Sync the dependencies

On your command line, run:

uv sync

Alternative Installation

If you run into issues with uv, you can also install the dependencies manually. Just open the pyproject.toml file and install the dependencies listed there.

For example, to install langchain, run:

pip install langchain

Folder structure

├───02_PreTrainedNetworks
├───03_LLMs
├───04_PromptEngineering
├───05_VectorDatabases
├───06_RAG
├───07_AgenticSystems
├───08_Deployment

Contact

If you have any questions, issues or feedback, please contact me via email at info@gollnickdata.de.