Skip to content

FranzDiebold/gen-ai-template

Repository files navigation

GenAI template 🚀

A template for your kickstart into GenAI! 🎁

It combines Ollama LangChain/LangGraph, Jupyter, Open WebUI, Agent Chat UI and Agent Inbox!

How to use

To spin up all services run:

make run

This will spin up the following services:

Components

Jupyter

If you work with Jupyter, you can use the jupyter folder to store your notebooks and other files. You can add your requirements to the jupyter/requirements.txt file, and they will be installed in the Jupyter container.

LangGraph Server

You can define your LangGraph graph in the langgraph_server folder. The requirements are automatically installed from the langgraph_server/requirements.txt file.

Ollama

If you want to preload models, just add them to the ollama/models_to_preload.txt file.