Here we will build a search engine over a PDF document. This will allow us to retrieve passages in the PDF that are similar to an input query.
Concepts
This guide focuses on retrieval of text data. We will cover the following concepts:
- Documents and document loaders;
- Text splitters;
- Embeddings;
- Vector stores and retrievers