ITSpedia – Your IT Encyclopedia / March 2026
4 min
Welcome to the March installment of contributions to your IT password collection. As always, we’re bringing you three more entries; you can find the complete list available for download as a PDF below.
We wish you enjoyable self-study!
Latest entries in the collection
NPU
Neural Processing Unit – a specialized processor designed for artificial intelligence and machine learning tasks. Unlike CPUs and GPUs, it is optimized primarily for efficient inference and the acceleration of AI functions while consuming less power, which is particularly important in laptops, edge devices, and AI PCs.
Our tip: An NPU makes the most sense when you need to run AI locally, cost-effectively, and with low latency. However, it’s not enough to simply check whether a device “has an NPU”—you should also ask about supported frameworks, performance for specific use cases, and actual software support.
RAG
Retrieval-Augmented Generation – an architectural approach in which generative AI first retrieves relevant information from external sources, such as internal documentation, databases, or knowledge bases, before generating a response, and only then uses that information as context for the response. RAG helps improve the relevance of outputs, work with current or internal data, and reduce the risk of hallucinations.
Our tip: RAG isn’t a magic bullet for poor-quality data. More often than not, it fails not because of the model itself, but due to outdated sources, poor chunking, missing permissions, and ineffective search. Start by ensuring the quality of your knowledge base, and only then focus on prompt design.
Vector DB
Vector databases – specialized databases designed for storing, indexing, and searching vector representations of data, known as embeddings. Instead of traditional searches based on exact matches or SQL queries, they enable searches based on similarity and meaning, which is essential for semantic search, recommendation systems, multimodal AI, and RAG architectures.
Our tip: A vector database alone does not guarantee high-quality results. The quality of results also depends on how you create embeddings, how you combine vector and traditional full-text search, and how you manage metadata. Without a hybrid approach, the results are often worse than expected.
Complete list of entries
Download the current list of terms in ITSpedia in PDF format!
ITSpedia downloadable in PDF format
What else to read
See more news from the world of IT and ITS