Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sethmcknight
/
msse-ai-engineering
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
29c3655
msse-ai-engineering
/
tests
126 kB
5 contributors
History:
26 commits
Seth McKnight
Update CI/CD workflow and enhance contributing guidelines (#51)
29c3655
2 months ago
test_embedding
merge: Integrate remote formatting changes with local fixes
2 months ago
test_guardrails
style: Apply black formatting to linting fixes
2 months ago
test_ingestion
fix: apply formatting and linting fixes for CI/CD compliance
2 months ago
test_integration
Docs: Update changelog, README, and tests for search threshold fix
2 months ago
test_llm
fix: correct test import paths and LLM service test expectations
2 months ago
test_rag
Fix: Complete CI/CD formatting compliance
2 months ago
test_search
style: Fix line length in search service tests
2 months ago
test_vector_store
style: Fix code formatting and linting issues for CI/CD compliance
2 months ago
conftest.py
335 Bytes
Update CI/CD workflow and enhance contributing guidelines (#51)
2 months ago
test_app.py
4.95 kB
feat: implement search API endpoint (Issue #22)
2 months ago
test_chat_endpoint.py
14.2 kB
fix: correct test import paths and LLM service test expectations
2 months ago
test_enhanced_app.py
3.76 kB
fix: resolve remaining E501 line length violations
2 months ago
test_enhanced_app_guardrails.py
6.73 kB
Complete Issue #24: Guardrails and Response Quality System✅ IMPLEMENTATION COMPLETE - All acceptance criteria met:🏗️ Core Architecture:- 6 comprehensive guardrails components- Main orchestrator system with validation pipeline - Enhanced RAG pipeline integration- Production-ready error handling🛡️ Safety & Quality Features:- Content safety filtering (PII, bias, inappropriate content)- Multi-dimensional quality scoring (relevance, completeness, coherence, source fidelity)- Automated source attribution and citation generation- Circuit breaker patterns and graceful degradation- Configurable thresholds and feature toggles🧪 Testing & Validation:- 13 comprehensive tests (100% pass rate)- Unit tests for all core components- Integration tests for enhanced pipeline- API endpoint testing with full mocking- Performance validated (<10ms response time)📁 Files Added:- src/guardrails/ (6 core components)- src/rag/enhanced_rag_pipeline.py- tests/test_guardrails/ (comprehensive test suite)- enhanced_app.py (demo Flask integration)- ISSUE_24_IMPLEMENTATION_SUMMARY.md🚀 Production Ready:- Backward compatible with existing RAG pipeline- Flexible configuration system- Comprehensive logging and monitoring- Horizontal scalability with stateless design- Full documentation and type hintsAll Issue #24 requirements exceeded. Ready for production deployment.
2 months ago
test_phase2a_integration.py
4.75 kB
fix: resolve pytest naming conflict between test files and directories
2 months ago