fix: remove filesystem extra

This commit is contained in:
Boris Arzentar 2025-04-23 10:59:08 +02:00
parent 9bceb98e5d
commit 012f1e0a0b
3 changed files with 840 additions and 834 deletions

View file

@ -5,7 +5,7 @@ ARG POETRY_EXTRAS="\
# API \ # API \
api \ api \
# Storage & Databases \ # Storage & Databases \
filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \ postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \
# Notebooks & Interactive Environments \ # Notebooks & Interactive Environments \
notebook \ notebook \
# LLM & AI Frameworks \ # LLM & AI Frameworks \

View file

@ -3,7 +3,7 @@ FROM python:3.11-slim
# Define Poetry extras to install # Define Poetry extras to install
ARG POETRY_EXTRAS="\ ARG POETRY_EXTRAS="\
# Storage & Databases \ # Storage & Databases \
filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu \ postgres weaviate qdrant neo4j falkordb milvus kuzu \
# Notebooks & Interactive Environments \ # Notebooks & Interactive Environments \
notebook \ notebook \
# LLM & AI Frameworks \ # LLM & AI Frameworks \

1670
poetry.lock generated

File diff suppressed because it is too large Load diff