feat: follow extras in Docker (#694)

<!-- .github/pull_request_template.md -->

## Description
Explicit is better than implicit.
https://peps.python.org/pep-0020/#the-zen-of-python

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
Daniel Molnar 2025-04-02 09:53:33 +02:00 committed by GitHub
parent 6898e8f766
commit ef2bd5c1e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,11 @@ ARG POETRY_EXTRAS="\
# API \ # API \
api \ api \
# Storage & Databases \ # Storage & Databases \
filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu \ filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \
# Notebooks & Interactive Environments \ # Notebooks & Interactive Environments \
notebook \ notebook \
# LLM & AI Frameworks \ # LLM & AI Frameworks \
langchain llama-index gemini huggingface ollama mistral groq \ langchain llama-index gemini huggingface ollama mistral groq anthropic \
# Evaluation & Monitoring \ # Evaluation & Monitoring \
deepeval evals posthog \ deepeval evals posthog \
# Graph Processing & Code Analysis \ # Graph Processing & Code Analysis \