Retrievers are a crucial component of RAG (Retrieval-Augmented Generation) systems. They are responsible for finding and retrieving relevant information to provide context to large language models.
In this module, you will:
-
Setup your development environment.
-
Learn about the different types of retrievers.
-
Create a vector + cypher retriever.
-
Create a text to Cypher retriever.