Skip to content

Latest commit

 

History

History

Contextual-Compression-with-RAG

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

🔍Search engine using SAM & CLIP

Open In Colab
Medium

🎫 Enhance RAG: Integrate Contextual Compression and Filtering for Precision.

Follow the Colab Notebook for full code.

Interface 🌟

  1. Load the Model from Huggingface.
  2. Instantiate Contextual Compressor from Langchain.
  3. Create a pipeline with different retrieving filters.
  4. Get the answer using QA chain.