| # (if uncommented, you need to comment out the weaviate service above, | # (if uncommented, you need to comment out the weaviate service above, | ||||
| # and set VECTOR_STORE to qdrant in the api & worker service.) | # and set VECTOR_STORE to qdrant in the api & worker service.) | ||||
| # qdrant: | # qdrant: | ||||
| # image: qdrant/qdrant:latest | |||||
| # image: langgenius/qdrant:latest | |||||
| # restart: always | # restart: always | ||||
| # volumes: | # volumes: | ||||
| # - ./volumes/qdrant:/qdrant/storage | # - ./volumes/qdrant:/qdrant/storage | ||||
| - api | - api | ||||
| - web | - web | ||||
| ports: | ports: | ||||
| - "80:80" | |||||
| - "80:80" |