Email - harun.bspt2014@gmail.com Phone - +8801717615827
Rx Data Science and Artificial Intelligence

Reliable-RAG

Reliable-RAG

The "Reliable-RAG" method enhances the traditional Retrieval-Augmented Generation (RAG) approach by adding layers of validation and refinement to ensure the accuracy and relevance of ...

Relevant Segment Extraction (RSE)

Relevant Segment Extraction (RSE)

Relevant segment extraction (RSE) is a method of reconstructing multi-chunk segments of contiguous text out of retrieved chunks. This step occurs after vector search (and optionally ...

Propositions Chunking

Propositions Chunking

This code implements the proposition chunking method, based on research from Tony Chen, et. al.. The system break downs the input text into propositions that are atomic, ...

Multi Model RAG with colpali

Multi Model RAG with colpali

This code implements one of the multiple ways of multi-model RAG. This project processes a PDF file, retrieves relevant content using Colpali, and generates answers using a multi-modal RAG ...

Multi Model Rag with captioning

Multi Model Rag with captioning

This code implements one of the multiple ways of multi-model RAG. It extracts and processes text and images from PDFs, utilizing a multi-modal Retrieval-Augmented Generation (RAG) system ...

Hierarchical Indices in Document Retrieval

Hierarchical Indices in Document Retrieval

This code implements a Hierarchical Indexing system for document retrieval, utilizing two levels of encoding: document-level summaries and detailed chunks. This approach aims to improve the ...

Fusion Retrieval in Document Search

Fusion Retrieval in Document Search

This code implements a Fusion Retrieval system that combines vector-based similarity search with keyword-based BM25 retrieval. The approach aims to leverage the strengths of both methods to ...

Fusion Retrieval in Document Search

Fusion Retrieval in Document Search

This code implements a Fusion Retrieval system that combines vector-based similarity search with keyword-based BM25 retrieval. The approach aims to leverage the strengths of both methods to ...

Explainable Retrieval in Document Search

Explainable Retrieval in Document Search

This code implements an Explainable Retriever, a system that not only retrieves relevant documents based on a query but also provides explanations for why each retrieved document is ...

Translate »
Register New Account