There are 11 repositories under inverted-index topic.
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
PISA: Performant Indexes and Search for Academia
Fastest Integer Compression
A Modern C++ Data Sciences Toolkit
utils to use word embedding models like word2vec vectors in a PostgreSQL database
Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信息检索系统
Build Recommender System with PyTorch + Redis + Elasticsearch + Feast + Triton + Flask. Vector Recall, DeepFM Ranking and Web Application.
EliasFanoCompression: quasi-succinct compression of sorted integers in C#
🦄 Lightweight reverse utility around strings, arrays, numbers and more.
Elias-Fano encoding implementation in Rust
A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.
Projects done in the Cloud Computing course.
Two-part information retrieval system: 1) Pre-process text files, generate TF-IDF matrix and inverted index. 2) Retrieve relevant documents ranked by cosine similarity for given queries.
Repository containing all the codes created for the lab sessions of CSE3020 Web Mining at VIT University Chennai Campus
Inverted Indexer, web crawler, sort, search and poster steamer written using Python for information retrieval.
A blazing-fast, memory-efficient icon search engine that uses an inverted index and binary compression to deliver instant results. Built with Preact, buffers, and scripting.
A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. From an optimized code to the K-Way mergesort algorithm, this project addresses latency, indexing, and big data challenges.
Inverted file system for billion-scale ANN search
CS 582 Information Retrieval at University of Illinois at Chicago. Multithreaded crawling of UIC domain, inverted index, page rank, SEO with Context Pseudo-Relevance Feedback
Convex component for geospatial indexing
Optimal partitioning of Variable-Byte codes for better compression and fast decoding.
An alternative to elasticsearch engine written in Go for small set of documents that uses inverted index to build the index and utilizes redis to store the indexes.
Creating an Inverted Index of words occurring in a large set of documents extracted from web pages using Hadoop MapReduce and Google Dataproc
Finding similarities between documents, and document search engine query language implementation
this repo for learning search engine such as elk and web search engine concept such as google to grow knowledge of software engineering
A system for computing the most similar resume vectors given a query job vector. Built using an inverted index and BM25 retrieval model.
instance search of bow model framework(ins bagger)