Make the governed RAG evidence path executable end to end
Some checks failed
verify / verify (push) Has been cancelled
Some checks failed
verify / verify (push) Has been cancelled
Separate local parsing from model indexing, bind review decisions to immutable manifests, persist vectors behind active profiles, and expose retrieval, chat, evaluation, and document workflows through the React workbench. Constraint: Live Bailian authentication currently fails for all three configured capabilities Rejected: Direct upload-to-embedding flow | bypasses local review and manifest binding Confidence: high Scope-risk: broad Directive: Keep private-data deployment blocked until authentication, RBAC, and separate database roles land Tested: make verify; fresh and replay Docker document smoke; worker recovery smoke; frozen synthetic evaluation; migration 0003-0004 roundtrip Not-tested: Successful live Bailian calls, OCR, real multi-user authorization
This commit is contained in:
@@ -76,6 +76,11 @@ def test_embedding_dimension_accepts_compose_string(monkeypatch: pytest.MonkeyPa
|
||||
assert isinstance(settings.embedding_dimension, int)
|
||||
|
||||
|
||||
def test_document_namespace_rejects_unknown_mode() -> None:
|
||||
with pytest.raises(ValueError):
|
||||
Settings(document_namespace_mode="user-selected")
|
||||
|
||||
|
||||
@pytest.mark.parametrize("configured", ["1536", "1024.0", "01024", " 1024 "])
|
||||
def test_embedding_dimension_rejects_any_other_environment_value(
|
||||
monkeypatch: pytest.MonkeyPatch,
|
||||
|
||||
Reference in New Issue
Block a user