切换到kvstore
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user