6d3b0bacc0
- 19개 마이크로서비스 (news-collector, score-engine, ta-engine, dart-collector, aux-signal, us-market, graph-engine, telegram-bot, dashboard-api, kis-api 등) - 가치투자 스코어링 + 10공식 앙상블 보팅 (매직포뮬러/F-Score/Altman/PEG/ 모멘텀/Beneish/GP-A/G-Score/Amihud/BAB) - 뉴스 수집→형태소→임베딩→중복제거→AI분석 파이프라인 - 기술적분석 + GAT 그래프신경망 + 미증시 동조 시그널 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
369 B
YAML
20 lines
369 B
YAML
service:
|
|
http_port: 6333
|
|
grpc_port: 6334
|
|
max_request_size_mb: 32
|
|
|
|
storage:
|
|
performance:
|
|
max_search_threads: 4
|
|
max_optimization_threads: 2
|
|
|
|
optimizers:
|
|
deleted_threshold: 0.2
|
|
vacuum_min_vector_number: 1000
|
|
default_segment_number: 4
|
|
indexing_threshold_kb: 20000
|
|
flush_interval_sec: 5
|
|
max_optimization_threads: 2
|
|
|
|
log_level: INFO
|