|
|
|
|
@ -1,3 +1,6 @@
|
|
|
|
|
dip:
|
|
|
|
|
runtime:
|
|
|
|
|
mode: LEGACY
|
|
|
|
|
|
|
|
|
|
# Legacy / shared application properties
|
|
|
|
|
# New-runtime-only properties are moved to application-new.yml.
|
|
|
|
|
@ -48,10 +51,11 @@ ted:
|
|
|
|
|
socket-timeout: 60000
|
|
|
|
|
# Maximum retries on connection failure
|
|
|
|
|
max-retries: 5
|
|
|
|
|
|
|
|
|
|
# Packages download configuration
|
|
|
|
|
download:
|
|
|
|
|
# Enable/disable automatic package download
|
|
|
|
|
enabled: false
|
|
|
|
|
enabled: true
|
|
|
|
|
# User service-based camel route
|
|
|
|
|
use-service-based: false
|
|
|
|
|
# Base URL for TED Daily Packages
|
|
|
|
|
@ -82,6 +86,7 @@ ted:
|
|
|
|
|
delete-after-extraction: true
|
|
|
|
|
# Prioritize current year first
|
|
|
|
|
prioritize-current-year: false
|
|
|
|
|
|
|
|
|
|
# IMAP Mail configuration
|
|
|
|
|
mail:
|
|
|
|
|
# Enable/disable mail processing
|
|
|
|
|
@ -118,6 +123,7 @@ ted:
|
|
|
|
|
mime-input-pattern: .*\\.eml
|
|
|
|
|
# Polling interval for MIME input directory (milliseconds)
|
|
|
|
|
mime-input-poll-interval: 1000000
|
|
|
|
|
|
|
|
|
|
# solution brief processing
|
|
|
|
|
solution-brief:
|
|
|
|
|
# Enable/disable Solution Brief processing
|
|
|
|
|
@ -153,7 +159,7 @@ ted:
|
|
|
|
|
legacy:
|
|
|
|
|
ted:
|
|
|
|
|
vectorization:
|
|
|
|
|
enabled: true
|
|
|
|
|
enabled: false
|
|
|
|
|
use-http-api: false
|
|
|
|
|
api-url: http://localhost:8001
|
|
|
|
|
model-name: intfloat/multilingual-e5-large
|
|
|
|
|
|