mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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
|
|
"
|