Retrieval Augmented Generation
This week we will be talking about Retrieval Augmented Generation – also known as RAG. The basic premise is to use an existing LLM to generate content based on an existing collection of documents. This removes the need to fine-tune an LLM, which is cost prohibitive and hardware constrained. Over the next several sessions, we will […]