From ef2bd5c1e3515a46e3d514c482f2e5f7e44eabf4 Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Wed, 2 Apr 2025 09:53:33 +0200 Subject: [PATCH] feat: follow extras in Docker (#694) ## 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. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ffb37c98e..fac4c2707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,11 +5,11 @@ ARG POETRY_EXTRAS="\ # API \ api \ # Storage & Databases \ -filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu \ +filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \ # Notebooks & Interactive Environments \ notebook \ # LLM & AI Frameworks \ -langchain llama-index gemini huggingface ollama mistral groq \ +langchain llama-index gemini huggingface ollama mistral groq anthropic \ # Evaluation & Monitoring \ deepeval evals posthog \ # Graph Processing & Code Analysis \