fix: remove filesystem extra
This commit is contained in:
parent
9bceb98e5d
commit
012f1e0a0b
3 changed files with 840 additions and 834 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
1670
poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue