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

798 B
Raw Blame History

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

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" >}}