mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 03:15:00 +08:00
feat: make CONCURRENCY_POOL_SIZE configurable
This commit is contained in:
@@ -61,6 +61,9 @@ MINIO_PORT=9000
|
||||
|
||||
MINIO_CONSOLE_PORT=9001
|
||||
|
||||
# Embedding并发数,出现429错误时,可调小此参数
|
||||
CONCURRENCY_POOL_SIZE=5
|
||||
|
||||
# 如果使用ElasticSearch作为向量存储,需要配置以下参数
|
||||
# ElasticSearch地址,例如 http://localhost:9200
|
||||
# ELASTICSEARCH_ADDR=your_elasticsearch_addr
|
||||
|
||||
Reference in New Issue
Block a user