SlideShare a Scribd company logo
2
Most read
3
Most read
10
Most read
A toolkit designed
to easily connect
LLM’s with your
external data
LlamaIndex
Context
LLMs are powerful for knowledge
generation and reasoning, pre-trained on
publicly available data.
To augment LLMs with private data, in-
context learning has emerged as a
paradigm, where context is inserted into
the input prompt.
In-context learning takes advantage of
LLMs' reasoning capabilities to generate
a response, offering a simple and
effective way to use them for data
augmentation.
To perform LLM’s data augmentation in a performant, efficient,
and cheap manner, we need to solve two components:
Data Ingestion
Data Indexing
1
2
3
Provides indices over your unstructured and
structured data for use with LLM’s.
These indices help to abstract away common
boilerplate and pain points for in-context learning:
Storing context in an easy-to-access format for prompt insertion.
Dealing with prompt limitations (e.g. 4096 tokens for Davinci)
when context is too big.
Dealing with text splitting.
Just Starting Out (Vector
Store Indices)
Connecting LlamaIndex to
an External Data Source of
Documents
Summarization over
Documents
Combining information
across multiple indices
Routing a Query to the
Right Index
Using Keyword Filters
Including Hierarchical
Context in your Answer
Use cases
How Each Index Works
Vector Store Index
The vector store index stores each Node and a corresponding
embedding in a Vector Store.
Querying
Keyword Table Index
Data Connectors
This module contains the data
connectors for LlamaIndex. Each
connector inherits from a
BaseReader class, connects to a
data source, and loads Document
objects from that data source.
Github repository
reader
BeautifulSoup web page reader
Discord reader
Google Docs reader
Generic interface for a
data document
Notion Page reader.
LLama Hub
Simple directory reader.
Youtube Transcript reader.
File/audio reader
Image loader (text extract)
https://llamahub.ai/
and so on....
Example of usage
with Gmail connector
This loader seaches your Gmail account and
parses the resulting emails into Documents.
Example of
usage
with Audio
connector
This loader uses OpenAI's
Whisper model to
transcribe the text of an
audio file or the audio
track of a video file.
And many other uses
LlamaIndex -
Unlock the Full
Potential of Your
Data with LLMs
gpt-
index.readthedocs.io/en/lat
est/index.html

More Related Content

PDF
LLMs_talk_March23.pdf
ChaoYang81
 
PDF
Build an LLM-powered application using LangChain.pdf
StephenAmell4
 
PDF
Build an LLM-powered application using LangChain.pdf
AnastasiaSteele10
 
PDF
What is langchain
Bluebash
 
PDF
presentation.pdf
caa28steve
 
PDF
LangChain Intro by KeyMate.AI
OzgurOscarOzkan
 
PPTX
‘Big models’: the success and pitfalls of Transformer models in natural langu...
Leiden University
 
PPTX
Open Source vs Closed Source LLMs. Pros and Cons
Springs
 
LLMs_talk_March23.pdf
ChaoYang81
 
Build an LLM-powered application using LangChain.pdf
StephenAmell4
 
Build an LLM-powered application using LangChain.pdf
AnastasiaSteele10
 
What is langchain
Bluebash
 
presentation.pdf
caa28steve
 
LangChain Intro by KeyMate.AI
OzgurOscarOzkan
 
‘Big models’: the success and pitfalls of Transformer models in natural langu...
Leiden University
 
Open Source vs Closed Source LLMs. Pros and Cons
Springs
 

What's hot (20)

PPTX
Fine tuning large LMs
SylvainGugger
 
PPTX
Building, Evaluating, and Optimizing your RAG App for Production
Sri Ambati
 
PDF
Large Language Models Bootcamp
Data Science Dojo
 
PPTX
Introduction to RAG (Retrieval Augmented Generation) and its application
Knoldus Inc.
 
PDF
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Mihai Criveti
 
PDF
LanGCHAIN Framework
Keymate.AI
 
PPTX
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
David Talby
 
PPTX
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Anant Corporation
 
PPTX
Journey of Generative AI
thomasjvarghese49
 
PDF
LLMs in Production: Tooling, Process, and Team Structure
Aggregage
 
PDF
Customizing LLMs
Jim Steele
 
PDF
Intro to LLMs
Loic Merckel
 
PDF
Using the power of Generative AI at scale
Maxim Salnikov
 
PDF
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
DianaGray10
 
PDF
Transformers - Part 1
Akshika Wijesundara
 
PDF
Introduction to LLMs
Loic Merckel
 
PPTX
Natural language processing and transformer models
Ding Li
 
PPTX
How does ChatGPT work: an Information Retrieval perspective
Sease
 
PDF
Generative-AI-in-enterprise-20230615.pdf
Liming Zhu
 
PDF
Mother of Language`s Langchain
Jun-hang Lee
 
Fine tuning large LMs
SylvainGugger
 
Building, Evaluating, and Optimizing your RAG App for Production
Sri Ambati
 
Large Language Models Bootcamp
Data Science Dojo
 
Introduction to RAG (Retrieval Augmented Generation) and its application
Knoldus Inc.
 
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Mihai Criveti
 
LanGCHAIN Framework
Keymate.AI
 
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
David Talby
 
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Anant Corporation
 
Journey of Generative AI
thomasjvarghese49
 
LLMs in Production: Tooling, Process, and Team Structure
Aggregage
 
Customizing LLMs
Jim Steele
 
Intro to LLMs
Loic Merckel
 
Using the power of Generative AI at scale
Maxim Salnikov
 
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
DianaGray10
 
Transformers - Part 1
Akshika Wijesundara
 
Introduction to LLMs
Loic Merckel
 
Natural language processing and transformer models
Ding Li
 
How does ChatGPT work: an Information Retrieval perspective
Sease
 
Generative-AI-in-enterprise-20230615.pdf
Liming Zhu
 
Mother of Language`s Langchain
Jun-hang Lee
 
Ad

Similar to Llama-index (8)

PPTX
LlamaIndex_HassGeek_Workshop_for_AI.pptx
kitedav183
 
PDF
NoCode, Data & AI LLM Inside Bootcamp: Episode 6 - Design Patterns: Retrieval...
Anant Corporation
 
PDF
Multimodal Knowledge Assistance - Berkeley LLM AI Agents MOOC
VincentLui15
 
PPTX
Datascience chatbot AI Explaination of the chatbot and the idea behind it
sk9904450
 
PDF
Presentation Session 2 -Context Grounding.pdf
Mukesh Kala
 
PDF
Multi-language Content Discovery Through Entity Driven Search
Alessandro Benedetti
 
PDF
Soylent SemanticWeb Is People!
Dorothea Salo
 
PPTX
LlamaIndex_Use_Cases LlamaIndex is a framework that connects Large Language M...
AfaanShaikh1
 
LlamaIndex_HassGeek_Workshop_for_AI.pptx
kitedav183
 
NoCode, Data & AI LLM Inside Bootcamp: Episode 6 - Design Patterns: Retrieval...
Anant Corporation
 
Multimodal Knowledge Assistance - Berkeley LLM AI Agents MOOC
VincentLui15
 
Datascience chatbot AI Explaination of the chatbot and the idea behind it
sk9904450
 
Presentation Session 2 -Context Grounding.pdf
Mukesh Kala
 
Multi-language Content Discovery Through Entity Driven Search
Alessandro Benedetti
 
Soylent SemanticWeb Is People!
Dorothea Salo
 
LlamaIndex_Use_Cases LlamaIndex is a framework that connects Large Language M...
AfaanShaikh1
 
Ad

Recently uploaded (20)

PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 

Llama-index

  • 1. A toolkit designed to easily connect LLM’s with your external data LlamaIndex
  • 2. Context LLMs are powerful for knowledge generation and reasoning, pre-trained on publicly available data. To augment LLMs with private data, in- context learning has emerged as a paradigm, where context is inserted into the input prompt. In-context learning takes advantage of LLMs' reasoning capabilities to generate a response, offering a simple and effective way to use them for data augmentation.
  • 3. To perform LLM’s data augmentation in a performant, efficient, and cheap manner, we need to solve two components: Data Ingestion Data Indexing
  • 4. 1 2 3 Provides indices over your unstructured and structured data for use with LLM’s. These indices help to abstract away common boilerplate and pain points for in-context learning: Storing context in an easy-to-access format for prompt insertion. Dealing with prompt limitations (e.g. 4096 tokens for Davinci) when context is too big. Dealing with text splitting.
  • 5. Just Starting Out (Vector Store Indices) Connecting LlamaIndex to an External Data Source of Documents Summarization over Documents Combining information across multiple indices Routing a Query to the Right Index Using Keyword Filters Including Hierarchical Context in your Answer Use cases
  • 6. How Each Index Works Vector Store Index The vector store index stores each Node and a corresponding embedding in a Vector Store.
  • 9. Data Connectors This module contains the data connectors for LlamaIndex. Each connector inherits from a BaseReader class, connects to a data source, and loads Document objects from that data source.
  • 10. Github repository reader BeautifulSoup web page reader Discord reader Google Docs reader Generic interface for a data document Notion Page reader. LLama Hub Simple directory reader. Youtube Transcript reader. File/audio reader Image loader (text extract) https://llamahub.ai/ and so on....
  • 11. Example of usage with Gmail connector This loader seaches your Gmail account and parses the resulting emails into Documents.
  • 12. Example of usage with Audio connector This loader uses OpenAI's Whisper model to transcribe the text of an audio file or the audio track of a video file.
  • 13. And many other uses LlamaIndex - Unlock the Full Potential of Your Data with LLMs