Artificial Intelligence tutorial - IT technology blog

A Guide to Automated LLM Unit Testing with DeepEval

DeepEval lets you write unit tests for LLM applications just like regular pytest, with metrics for AnswerRelevancy, Faithfulness, and hallucination detection. A guide from a 5-minute install to CI/CD integration for automatically controlling AI quality before every deployment.
Database tutorial - IT technology blog

pgvector Guide: Storing and Searching Vector Embeddings in PostgreSQL for AI and RAG Applications

pgvector is a PostgreSQL extension that lets you store and search vector embeddings directly in your existing database — no need to deploy a separate system. This guide covers installation, HNSW index creation, semantic search, and integrating pgvector into a Python RAG pipeline, with practical monitoring tips from real-world experience.