0% found this document useful (0 votes)
12 views6 pages

Module 4 Interacting With LLM

LLM(large language modal)

Uploaded by

shahida.jasmine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views6 pages

Module 4 Interacting With LLM

LLM(large language modal)

Uploaded by

shahida.jasmine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

CREATING A 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

You might also like