Spaces:
Running
Running
File size: 188 Bytes
ed65693 | 1 2 3 4 5 6 7 8 9 10 | services:
semantic-api:
build: .
ports:
- "8000:8000"
volumes:
- ./data:/app/data
environment:
- EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
|