Commit History

Refactor embedding model and enhance validation features (#71)
f88b1d2

Seth McKnight Copilot commited on

Implement App Factory pattern with lazy loading and improve test isolation (#62)
2eb9a5f

Seth McKnight Copilot commited on

fix: Remove unused imports and fix line length for flake8 compliance
923405c

Tobias Pasquale commited on

Docs: Update changelog, README, and tests for search threshold fix
f351b2b

Tobias Pasquale commited on

Fix: Lower search thresholds to enable vector retrieval
c89ac71

Tobias Pasquale commited on

Fix CI/CD formatting issues - final solution
01d5d1b

Tobias Pasquale commited on

fix: Final attempt to resolve error_handlers.py formatting
933e63c

Tobias Pasquale commited on

fix: Ensure error_handlers.py black formatting consistency
0deba3e

Tobias Pasquale commited on

fix: Update error_handlers.py formatting for CI/CD consistency
7169a55

Tobias Pasquale commited on

style: Apply black formatting to linting fixes
a52e676

Tobias Pasquale commited on

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.
135f0d6

Tobias Pasquale commited on

fix: Refactor HTTP-Referer assignment to resolve black formatting conflict
a3b3a5c

Tobias Pasquale commited on

fix: Add fmt skip directive for problematic HTTP-Referer formatting
4844214

Tobias Pasquale commited on

docs: Add CI/CD verification timestamp to LLM service
65ab80b

Tobias Pasquale commited on

Fix: Apply exact CI pre-commit formatting requirements
aec3923

Tobias Pasquale commited on

Fix: Correct black formatting to match CI expectations
6c0a732

Tobias Pasquale commited on

Fix: Apply CI-compatible black formatting for HTTP-Referer header
421c90e

Tobias Pasquale commited on

Fix: Complete CI/CD formatting compliance
508a7e5

Tobias Pasquale commited on

feat: complete Phase 3 Issue #23 LLM integration and RAG pipeline
c280a92

Tobias Pasquale commited on

style: apply black code formatting
3d9d99a

Tobias Pasquale commited on

fix: resolve end-to-end test failures
1aedf5d

Tobias Pasquale commited on

fix: resolve remaining E501 line length violations
a725155

Tobias Pasquale commited on

fix: apply formatting and linting fixes for CI/CD compliance
a3dfc07

Tobias Pasquale commited on

feat: enhance ingestion pipeline with embeddings integration
aff5d04

Tobias Pasquale commited on

feat: implement SearchService for semantic document search
7ad46e8

Tobias Pasquale commited on

style: Fix code formatting and linting issues for CI/CD compliance
7793bb6

Tobias Pasquale commited on

feat: Complete Phase 2A Foundation Layer - ChromaDB + Embeddings
afecdc5

Tobias Pasquale commited on

feat: implement data ingestion and processing pipeline
ffa0f3d

Tobias Pasquale commited on