Home Explore Blog CI



docker

content/guides/genai-pdf-bot/_index.md
8ba0387f54e467ddf3dd0584232de3f8ae4abdf6563bb69400000003000002d8
---
title: PDF analysis and chat
description: Containerize generative AI (GenAI) apps using Docker
keywords: python, generative ai, genai, llm, neo4j, ollama, langchain
summary: |
  Learn how to build a PDF bot for parsing PDF documents and generating
  responses using Docker and generative AI.
tags: [ai]
aliases:
  - /guides/use-case/genai-pdf-bot/
params:
  time: 20 minutes
---

The generative AI (GenAI) guide teaches you how to containerize an existing GenAI application using Docker. In this guide, you’ll learn how to:

- Containerize and run a Python-based GenAI application
- Set up a local environment to run the complete GenAI stack locally for development

Start by containerizing an existing GenAI application.

Chunks
ebf1b6da (1st chunk of `content/guides/genai-pdf-bot/_index.md`)
Title: Introduction to Containerizing a GenAI PDF Bot with Docker
Summary
This guide introduces how to containerize a generative AI (GenAI) application, specifically a Python-based PDF bot, using Docker. It outlines the steps to containerize the application and set up a local development environment to run the entire GenAI stack.