test.yaml 1.17 KB
query_config:
  enable_text_embedding: true
  text_embedding_field: title_embedding
  zh_to_en_model: deepl
  en_to_zh_model: deepl
  default_translation_model: deepl
  zh_to_en_model__source_not_in_index: deepl
  en_to_zh_model__source_not_in_index: deepl
  default_translation_model__source_not_in_index: deepl

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
  translation:
    service_url: http://127.0.0.1:6006
    default_model: deepl
    default_scene: general
    timeout_sec: 10.0
    capabilities:
      qwen-mt:
        enabled: false
      llm:
        enabled: false
      deepl:
        enabled: true
      nllb-200-distilled-600m:
        enabled: false
      opus-mt-zh-en:
        enabled: false
      opus-mt-en-zh:
        enabled: false

fine_rank:
  enabled: false

rerank:
  enabled: false