You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`EMBEDDING_DIM`|`1536`| 31 | OpenAI default for `text-embedding-3-small`. Asserted at Chroma collection create time (Module 05). |
@@ -28,11 +27,11 @@ constant guarantees a consistency-check pass.
28
27
|`GENERATION_TEMPERATURE`|`0.2`| 38 | Docs assistant: low temperature for factual recall. Not zero so the generator can paraphrase. |
29
28
|`GOLDEN_SET_SIZE`|`30`| 41 | Matches capstone. Large enough for variance, small enough that judge-API cost stays under $1/sweep. |
30
29
|`JUDGE_TEMPERATURE`|`0.0`| 42 | Deterministic grading. The judge is a comparator, not a generator. |
31
-
|`CACHE_SIMILARITY_THRESHOLD`|`0.85`| 45 | Matches capstone semantic cache. Empirically tuned — see capstone the initial scaffolding history. |
30
+
|`CACHE_SIMILARITY_THRESHOLD`|`0.85`| 45 | Matches capstone semantic cache. Empirically tuned — see capstone history. |
32
31
|`COST_LOG_PATH`|`data/cost_log.jsonl`| 48 | Matches capstone. JSONL is append-only and grep-friendly. |
33
32
|`PHOENIX_PORT`|`6006`| 51 | Matches capstone. Phoenix's documented default; conflicts only with TensorBoard, which Course 2 doesn't use. |
34
33
|`PHOENIX_PROJECT_NAME`|`scikitdocs`| 52 |**Intentionally distinct** from capstone's `llm-ops-capstone` so learners running both side-by-side see separate trace streams. |
35
-
|`CLIENT_ID_HEADER`|`X-Client-Id`| 55 | Module 22 sticky-by-user A/B bucketing key. Cross-module contract — verified by `tests/test_smoke.py`after the initial scaffolding. |
0 commit comments