切换到kvstore

This commit is contained in:
2026-04-10 13:44:54 +00:00
parent d4e6142131
commit 8d8130bbf0
4 changed files with 20 additions and 26 deletions

View File

@@ -13,18 +13,18 @@ services:
- FAISS_DIM=1024
- APP_PORT=8000
redis:
image: redis:7-alpine
container_name: ai-chat-redis
command:
- redis-server
- --save
- ""
- --appendonly
- "no"
ports:
- "8888:6379"
restart: unless-stopped
# redis:
# image: redis:7-alpine
# container_name: ai-chat-redis
# command:
# - redis-server
# - --save
# - ""
# - --appendonly
# - "no"
# ports:
# - "8888:6379"
# restart: unless-stopped
tokenizer:
build: