March 2026
Intermediate to advanced
448 pages
12h 44m
English
In this chapter, we’ll explore two key concepts: semantic search and Retrieval Augmented Generation (RAG). You’ll see how large language models (LLMs) are used for semantic search through a chatbot, enabling you to query a system for information across multiple documents and retrieve the fragments that best match the meaning of your question, rather than just matching keywords. This approach is also known as Q&A over documents or querying a knowledge base.
In earlier chapters, you learned about summarization, a typical use case for ...
Read now
Unlock full access