RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents before generating a response
PERMA+4: A positive psychology framework extending Seligman's model (Positive Emotion, Engagement, Relationships, Meaning, Accomplishment) with Physical Health, Mindset, Environment, and Economic Security
Agentic RAG: A RAG system where autonomous software agents dynamically control the retrieval and generation process (e.g., deciding when to search or rewrite queries)
MMR: Maximal Marginal Relevance—a ranking algorithm used to select documents that are both relevant to the query and diverse from each other to reduce redundancy
RRF: Reciprocal Rank Fusion—a method for combining multiple ranked lists of search results into a single unified ranking
pgvector: An extension for PostgreSQL databases that allows for storing and searching vector embeddings
hallucination: In AI, when a model generates incorrect or fabricated information not supported by its training data or retrieved context
LangGraph: A library for building stateful, multi-agent applications with Large Language Models, enabling cyclic workflows
LangChain: A framework designed to simplify the creation of applications using Large Language Models
STEM: Science, Technology, Engineering, and Mathematics fields