This repository contains the code for the book "Generative AI with Python".
-
Clone the repository
-
Install uv
On your command line, run:
pip install uv
- Sync the dependencies
On your command line, run:
uv sync
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
├───02_PreTrainedNetworks
├───03_LLMs
├───04_PromptEngineering
├───05_VectorDatabases
├───06_RAG
├───07_AgenticSystems
├───08_Deployment
If you have any questions, issues or feedback, please contact me via email at [email protected].