Spaces:
Runtime error
Runtime error
Tweaked code comment
Browse files- app_with_confluence.py +3 -3
app_with_confluence.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
|
| 3 |
|
| 4 |
This example builds on Phase 2 with production-ready features:
|
| 5 |
- Comprehensive logging and monitoring
|
|
@@ -495,7 +495,7 @@ with gr.Blocks(title="Fraud Model Explainability Assistant - Phase 3") as iface:
|
|
| 495 |
|
| 496 |
Enhanced with **production-grade monitoring, logging, and automated updates**.
|
| 497 |
|
| 498 |
-
**
|
| 499 |
- **Comprehensive logging**: All searches and errors logged to file
|
| 500 |
- **Performance metrics**: Track cache hits, query times, and errors
|
| 501 |
- **Error monitoring**: Automatic error detection and recovery
|
|
@@ -543,7 +543,7 @@ with gr.Blocks(title="Fraud Model Explainability Assistant - Phase 3") as iface:
|
|
| 543 |
gr.Markdown(
|
| 544 |
"""
|
| 545 |
---
|
| 546 |
-
*Powered by Strands Agents + Confluence Integration
|
| 547 |
|
| 548 |
**Production Features:**
|
| 549 |
- ✅ Structured logging to `fraud_assistant_confluence.log`
|
|
|
|
| 1 |
"""
|
| 2 |
+
Production-Ready Confluence Integration
|
| 3 |
|
| 4 |
This example builds on Phase 2 with production-ready features:
|
| 5 |
- Comprehensive logging and monitoring
|
|
|
|
| 495 |
|
| 496 |
Enhanced with **production-grade monitoring, logging, and automated updates**.
|
| 497 |
|
| 498 |
+
**Production Features:**
|
| 499 |
- **Comprehensive logging**: All searches and errors logged to file
|
| 500 |
- **Performance metrics**: Track cache hits, query times, and errors
|
| 501 |
- **Error monitoring**: Automatic error detection and recovery
|
|
|
|
| 543 |
gr.Markdown(
|
| 544 |
"""
|
| 545 |
---
|
| 546 |
+
*Powered by Strands Agents + Confluence Integration - Production*
|
| 547 |
|
| 548 |
**Production Features:**
|
| 549 |
- ✅ Structured logging to `fraud_assistant_confluence.log`
|