refactor(knowledge): Move the searchstore manager to app infra (#764)

This commit is contained in:
Ryo
2025-08-15 10:46:09 +08:00
committed by GitHub
parent 710bbbff2b
commit ff00dcb31b
6 changed files with 312 additions and 295 deletions

View File

@@ -3,7 +3,6 @@ export LISTEN_ADDR=":8888"
export LOG_LEVEL="debug"
export MAX_REQUEST_BODY_SIZE=1073741824
export SERVER_HOST="http://localhost${LISTEN_ADDR}"
export MINIO_PROXY_ENDPOINT=""
export USE_SSL="0"
export SSL_CERT_FILE=""
export SSL_KEY_FILE=""