docs/content/guides/use-case/genai-pdf-bot/_index.md

17 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: PDF analysis and chat
description: Containerize generative AI (GenAI) apps using Docker
keywords: python, generative ai, genai, llm, neo4j, ollama, langchain
toc_min: 1
toc_max: 2
---
The generative AI (GenAI) guide teaches you how to containerize an existing GenAI application using Docker. In this guide, youll 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.
{{< button text="Containerize a GenAI app" url="containerize.md" >}}