About This Architecture
Classifier Distributor Storage Architecture orchestrates ML model outputs and vector embeddings across PostgreSQL with pgvector and MinIO object storage. The Classifier Distributor routes processed data to PostgreSQL for structured job offer data, normalized attributes, and professional classifications, while simultaneously persisting embeddings vectors, processing metadata, logs, and intermediate artifacts to MinIO. This dual-storage pattern separates relational structured data from unstructured artifacts, enabling efficient vector similarity search and audit trails. Fork this diagram on Diagrams.so to customize storage backends, add caching layers, or integrate additional classifiers. The architecture demonstrates best practices for production ML systems requiring both transactional consistency and scalable object storage.