Concept graph
Glossary
Short definitions with deeper context and cross-links to sibling terms.
Data Management
Data Pipeline
A series of data processing steps that involve the collection, processing, and storage of data.
Data Management
data-migration
The process of transferring data between storage types or formats.
Machine Learning
domain-adaptation
A technique in machine learning that aims to improve model performance on a target domain by leveraging labeled data from a related source domain.
Computing
edge computing
Edge computing is a computing paradigm that brings computation and data storage closer to the location of the data source.
Inference
RAG
RAG retrieves relevant passages (often via embeddings) and conditions generation on them—reducing reliance on parametric memory alone.
Training
retrieval augmented generation
Retrieval-augmented generation (RAG) grounds answers on retrieved documents instead of parametric memory alone.
Data
Vector database
A database or engine optimized for similarity search over embedding vectors, typically with metadata filters and hybrid lexical+vector queries for production RAG.