DDEV Add-on Registrylpeabody › ddev-ai

add-on registry tests last commit release

DDEV AI

Overview

This add-on integrates commonly necessary AI services into your DDEV project.

  • Milvus for Vector Database

Installation

ddev add-on get lpeabody/ddev-ai
ddev restart
# You may also need to chown the .ddev directory recursively as some services
# are configured to map data volumes in the DDEV directory.
# sudo chown -R $USER:$USER .ddev/milvus

After installation, make sure to commit the .ddev directory to version control.