How do you build a chatbot that never hallucinates? Go beyond vector search by grounding your LLM in a knowledge graph for precise, controllable, and verifiable answers.
#1about 2 minutes
Understanding the limitations of large language models
Standard LLMs can hallucinate, lack up-to-date information, and cannot cite sources, making them unreliable for domain-specific tasks.
#2about 2 minutes
Introducing retrieval-augmented generation to improve accuracy
Retrieval-augmented generation (RAG) solves LLM limitations by providing relevant context from a knowledge base to ground the model's answers in facts.
#3about 2 minutes
Implementing RAG with vector similarity search on documents
Unstructured documents like PDFs are chunked, converted into vector embeddings, and stored in a vector database for similarity search against user queries.
#4about 5 minutes
Using knowledge graphs for precise, structured data retrieval
Knowledge graphs represent information as nodes and relationships, allowing an LLM to generate precise Cypher queries instead of relying on semantic search.
#5about 2 minutes
Answering complex multi-hop questions with graph queries
Knowledge graphs excel at answering multi-hop questions that require connecting multiple pieces of information, which is difficult for unstructured RAG systems.
#6about 2 minutes
Exploring real-world use cases for knowledge graphs
Knowledge graphs can power chatbots for various domains, including supply chain management, HR and skills mapping, and microservice architecture analysis.
#7about 1 minute
Building a hybrid chatbot with structured and unstructured data
A hybrid approach combines the benefits of both systems by connecting unstructured text chunks as nodes within a structured knowledge graph.
#8about 4 minutes
Demonstrating a chatbot powered by a knowledge graph
The live demo showcases a chatbot that answers questions by generating Cypher queries for structured data and summarizing connected unstructured articles.
#9about 2 minutes
Q&A on data pipelines and error handling
The Q&A covers methods for converting unstructured data into a knowledge graph using named entity extraction and how LLMs handle spelling mistakes in queries.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
03:29 MIN
Demonstrating LLM hallucinations with a basic chatbot
Make it simple, using generative AI to accelerate learning
02:32 MIN
Securely connecting generative AI to enterprise data
How E.On productionizes its AI model & Implementation of Secure Generative AI.
03:01 MIN
Using knowledge graphs to give LLMs a left brain
Give Your LLMs a Left Brain
06:13 MIN
Augmenting ChatGPT with a long-term memory
What comes after ChatGPT? Vector Databases - the Simple and powerful future of ML?
02:31 MIN
Using LLMs to build a knowledge graph from text
Large Language Models ❤️ Knowledge Graphs
03:55 MIN
Using knowledge graphs to model code structure
New AI-Centric SDLC: Rethinking Software Development with Knowledge Graphs
02:07 MIN
An architecture for integrating knowledge graphs with LLMs
The Best AI Chatbots: ChatGPT and Other AlternativesEveryone who uses the internet knows about ChatGPT, one of the most potent and one of the best, if not the best, AI chatbots on the market. This AI chatbot uses natural language processing technology to analyse and respond precisely as humans would d...
Krissy Davis
Is ChatGPT Getting Worse Over Time?OpenAI launched ChatGPT-3 at the end of 2022, and while most would agree that it's by far the best model available, a few people have been noticing a change in the output quality. Now, we want to preface this discussion by saying that ChatGPT is stil...
Eli McGarvie
16 Ways Developers Can Use ChatGPT-4 and GPT-4oChatGPT has been busy getting new designations. If you’ve been scrolling on 𝕏 over the last week, then you’ve seen the ChatGPT-4o announcement and probably thought of Joaquin Phoenix’s virtual girlfriend on Her.Beyond the references to flicks, the la...
Eli McGarvie
13 NEW AI Tools That Use ChatGPT 🤯Our dear friend Bill Gates has recently suggested that the ChatGPT revolution is as big as the invention of mobile phones and the internet. So we thought it would be interesting to put together a list of all the useful applications that are powered b...
From learning to earning
Jobs that call for the skills explored in this talk.