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:
parent
6898e8f766
commit
ef2bd5c1e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue