Document Search and Chat
In this use case, we will implement a Chat with PDF. The process involves searching for a pertinent document within the collection based on the user query and subsequently utilizing the Chat Interface
Step 1- Load the Data and Create chunks
Step 2- Index your document
Step 3- Hybrid Search using Ensemble Retriever- Define your Retriever
Step 4- Generator Model - Chain your LLM with Retriever
Last updated
Was this helpful?