An open-source AI knowledge base system with RAG (Retrieval-Augmented Generation) capabilities. It provides a full-stack solution including a Python backend, a Vue admin dashboard, and cross-platform ...
FDT/ ├── app/ # Admin backend (FastAPI) │ ├── main.py # Admin dashboard server │ ├── scoring.py # ML ensemble scoring │ ├── fraud_reasons.py # Explainability engine │ ├── feature_engine.py # Feature ...