RICS / infra /local_dev_compose.yml
StormShadow308's picture
feat: FAISS-only vector store (remove Chroma)
32c4506
Raw
History Blame Contribute Delete
317 Bytes
version: "3.9"
# FAISS runs inside the API — no vector database container.
# Enable optional services with: docker compose -f infra/local_dev_compose.yml --profile with-redis up -d
services:
redis:
image: redis:7-alpine
ports:
- "6379:6379"
restart: unless-stopped
profiles: ["with-redis"]