Sounds fancy. Why do we care? GAR involves taking the source documents and having an LLM enrich them, prior to indexing. For example, the LLM might... * Generate titles for documents that are missing them * Standardize author names/formats* Extract dates, URLs, citations and other elements that might be valuable to search as separate fields* Create... See more
RAG, which stands for "Retrieval Augmented Generation," is a strategy in artificial intelligence where a large language model (LLM) retrieves relevant information from an external knowledge base (like a database or document collection) before generating a response to a user query, ensuring the response is more accurate and contextually relevant by ... See more