Module 4 Interacting With LLM
Module 4 Interacting With LLM
APPLICATION
LLMs can reason about wide-ranging topics, but their knowledge is limited to
the public data up to a specific point in time that they were trained on.
If you want to work with private data or newer knowledge, then the process
of bringing the appropriate information and inserting it into the model prompt
is known as Retrieval Augmented Generation (RAG).
Generate VECTOR
DATA CHUNKS
Embeddings DB
Generate
VECTOR
Embeddings
DB
question
user LLM
answe
r
PROMPT