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 \
# Storage & Databases \
filesystem postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \
postgres weaviate qdrant neo4j falkordb milvus kuzu chromadb \
# Notebooks & Interactive Environments \
notebook \
# LLM & AI Frameworks \

View file

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

1670
poetry.lock generated

File diff suppressed because it is too large Load diff