wiki2 observatory nornen knowledge atlas

brief · wiki/brief-chemical-simulation-config.md

Brief — chemical simulation config

simulation 설정 — RAG on/off, LLM 백엔드, **요청 timeout 60s**, stale 시나리오 30분, pending poll 3s.

corpusprojectlayersourcetypebriefdomainbackendsprojectchemicalstatusactiveupdated2026-07-18originowned
raw: raw/imports/2026-07-18-chemical-simulation-config.py

Brief — chemical simulation config

한 줄: simulation 설정 — RAG on/off, LLM 백엔드, 요청 timeout 60s, stale 시나리오 30분, pending poll 3s.

핵심 takeaway

  1. rag_enabled 기본 True; False면 룰만.
  2. llm_backend llama_cpp | anthropic (ollama 별칭→llama_cpp).
  3. llm_request_timeout_seconds=60.0 — RAG LLM 호출 상한.
  4. rag_llm_max_tokens=256, context char 1200.
  5. stale_scenario_timeout_minutes=30 + sweep interval 60s — 오래된 pending/processing 정리.
  6. pending_scenario_poll_interval_seconds=3.

관련