+1
−1
+24
−15
+13
−14
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
- tdoc_app: remove CacheManager registration from callback; use crawler_config.path.* directly; add load_dotenv() before imports - crawl: remove CacheManager; load TDocCrawlerConfig.from_settings() in crawl_meetings/crawl_specs and override cache_dir via path.cache_dir - spec_app: remove CacheManager registration; apply --cache-dir via config.path.cache_dir - specs/query: replace CacheManager(cache_dir).register() with PathConfig(cache_dir=cache_dir) if cache_dir else PathConfig() - config/config_app: replace TDocCrawlerConfig references with ThreeGPPConfig - demo.bat: enable TDC_AI_VLM=1