test.yaml 617 Bytes
# 仅覆盖与主干不同的测试环境项;query / translation / redis 等与 config.yaml 一致处不写在此文件中。
infrastructure:
  elasticsearch:
    host: http://127.0.0.1:19200
    username: null
    password: null

services:
  embedding:
    provider: http
    providers:
      http:
        text_base_url: http://127.0.0.1:6005
        image_base_url: http://127.0.0.1:6008
    backend: tei
    backends:
      tei:
        base_url: http://127.0.0.1:8080
        model_id: BAAI/bge-m3
        timeout_sec: 60
        max_client_batch_size: 8

fine_rank:
  enabled: false

rerank:
  enabled: false