diff --git a/docs/PHASE_2_EMBEDDING_PIPELINE.md b/docs/PHASE_2_EMBEDDING_PIPELINE.md index a69eb73..3589909 100644 --- a/docs/PHASE_2_EMBEDDING_PIPELINE.md +++ b/docs/PHASE_2_EMBEDDING_PIPELINE.md @@ -493,6 +493,6 @@ All tests use Django `TestCase`. External services (LLM APIs, Neo4j) are mocked. - [ ] Celery tasks handle async embedding with progress tracking - [ ] Re-embedding works (delete old chunks, re-process) - [ ] Content hash prevents redundant re-embedding -- [ ] Prometheus metrics exposed at `/metrics` for pipeline monitoring +- [x] Prometheus metrics exposed at `/metrics` for pipeline monitoring - [ ] All tests pass with mocked LLM/embedding APIs - [ ] Bedrock embedding works via Bearer token HTTP (no boto3) diff --git a/mnemosyne/library/templates/library/collection_detail.html b/mnemosyne/library/templates/library/collection_detail.html index 3c83b31..44e5cc8 100644 --- a/mnemosyne/library/templates/library/collection_detail.html +++ b/mnemosyne/library/templates/library/collection_detail.html @@ -56,6 +56,7 @@