There are 1 repository under colbert topic.
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
š„¤ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite
Use late-interaction multi-modal models such as ColPali in just a few lines of code.
Neural Search
ColBERT humor dataset for the task of humor detection, containing 200,000 jokes/news
An easy-to-use python toolkit for flexibly adapting various neural ranking models to target domain.
Tree-based indexes for neural-search
Evaluation of BEIR Datasets using ColBERT retrieval model
Efficient late-interaction retrieval systems in Julia!
A list of multi-vector retrieval resources
Index GitHub repositories to ColBERT models and serve them with GRPC or FastAPI
This is the Information Retrieval 2023-2024 fall semester CEID course project.
Code for ArXiv CS RAG Huggingface Space: Generate scientific paper abstract embeddings using ColBERTv2 and ask questions
This project involves creating an inverted index for a text collection, implementing a Vector Space Model (VSM) with custom weighting methods, applying the pre-trained colBERT model for semantic query handling, and comparing the performance of the developed models using two evaluation metrics implemented from scratch.
Vector Space Model implementation for document retrieval, along with several metrics
This app is a personalized music recommendation system that uses a Retrieval-Augmented Generation (RAG) framework, leveraging Spotify's API, LangChain, ChromaDB, and ColBERT embeddings to create playlists based on user mood and preferences.