mirror of https://github.com/langgenius/dify.git
10 lines
287 B
YAML
10 lines
287 B
YAML
|
|
services:
|
||
|
|
api:
|
||
|
|
volumes:
|
||
|
|
- ../api/core/rag/datasource/vdb/weaviate/weaviate_vector.py:/app/api/core/rag/datasource/vdb/weaviate/weaviate_vector.py:ro
|
||
|
|
command: >
|
||
|
|
sh -c "
|
||
|
|
pip install --no-cache-dir 'weaviate>=4.0.0' &&
|
||
|
|
/bin/bash /entrypoint.sh
|
||
|
|
"
|