document-search
There are 41 repositories under document-search topic.
deepsense-ai/ragbits
Building blocks for rapid development of GenAI applications
neuml/paperai
📄 🤖 AI for medical and scientific papers
infinilabs/coco-app
🥥 Coco AI App - Search, Connect, Collaborate, Personal AI Search and Assistant, all in one space.
teilomillet/raggo
A lightweight, production-ready RAG (Retrieval Augmented Generation) library in Go.
redis-developer/redis-arXiv-search
Vector search demo with the arXiv paper dataset, RedisVL, HuggingFace, OpenAI, Cohere, FastAPI, React, and Redis.
poloclub/mememo
A JavaScript library that brings vector search and RAG to your browser!
robindekoster/chatgpt-custom-knowledge-chatbot
This open source chatbot project lets you create a chatbot that uses your own data to answer questions, thanks to the power of the OpenAI GPT-3.5 model.
infinilabs/coco-server
🥥 Coco AI Server - Search, Connect, Collaborate, AI-powered Enterprise Search, all in one space.
capjamesg/jamesql
An in-memory NoSQL database implemented in Python.
kcubeterm/achoz
Search through all your personal data efficiently like web search.
daac-tools/find-simdoc
Finding all pairs of similar documents time- and memory-efficiently
neuml/cord19q
COVID-19 Open Research Dataset (CORD-19) Analysis
zayedrais/DocumentSearchEngine
Document Search Engine project with TF-IDF abd Google universal sentence encoder model
jankovicsandras/plpgsql_bm25
BM25 search implemented in PL/pgSQL
jankovicsandras/bm25opt
faster BM25 search algorithms in Python
easonlai/chatbot_with_pdf_streamlit
This code example shows how to make a chatbot for semantic search over documents using Streamlit, LangChain, and various vector databases. The chatbot lets users ask questions and get answers from a document collection. The code is in Python and can be customized for different scenarios and data.
kyr0/clientside-search
A highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, phonetic scoring, document indexing and more, with micro JSON state hydration/dehydration in-browser and server-side.
lekt9/alBERT-launcher
AI-powered file launcher and semantic search assistant. Like Spotlight/Alfred but with advanced AI capabilities for understanding context and meaning. Features local processing, privacy-first design, and seamless integration with your workflow.
gsidhu/buzee-releases
Public releases for Buzee
lethalbit/bookwurm
dead simple document index and search, nothing fancy
bent10/boox
Search anything, instantly
mdietrichstein/ir-search-engine-rust
Rust-based text search engine from scratch supporting multiple document similarity metrics (TF-IDF, BM25, BM25VA)
opengento/magento2-document-search
This module aims to make documents searchable for customers in Magento 2.
HarshKothari21/Natural-Language-Processing-Specialization
NLP Course By Deep learning.io powered by @coursera. Taught by: Younes Bensouda Mourri, Instructor of AI at Stanford University and Łukasz Kaiser, Staff Research Scientist at Google Brain.
opengento/magento2-document-product-search
This module aims to make documents searchable with product keywords in Magento 2.
Qyokizzzz/simhash
The extended version of simhash supports fingerprint extraction of documents and images.
tomlin7/AI-research-assistant
Semantic document search system with pgvector and PGAI
AI-STACK-dev/Covid19-Comorbidities-NLP-WEB
COVID-19 comorbidities analysis platform based on Natural Language Processing(NLP)
dileepgodithi/DistributedSearch
Distributed document search using TF-IDF algorithm.
EmirhanSyl/TheBSTSearchEngine
Mini desktop search engine with Binary Search Tree
JumjumiAsbullah-08/KMS-V01
📚 Knowledge Management System (KMS) - Document Management Based Sebuah aplikasi berbasis web untuk mengelola, menyimpan, dan mencari dokumen secara efisien menggunakan PHP murni dan MySQL.
kunjankanani/Document_Query_Search
Retrieval-Augmented Generation, or RAG, is an innovative approach that enhances the capabilities of pre-trained large language models (LLMs) by integrating them with external data sources. This technique leverages the generative power of LLMs (Large Language Model), and combines it with the precision of specialized data search mechanisms.
liviobisogni/solr-ocr-indexing
Apache Solr Document Search and Indexing Analysis with OCR
sanu0711/llama-index-and-openai
An AI-powered solution for efficient document querying. It uses Llama Index for vector-based indexing and OpenAI's GPT to interpret natural language queries, providing accurate search results.
shreyansh-kothari/PDF-Querying-using-TF-IDF-from-Scratch
Given a set of PDFs and the query, the most relevant pdf can be found with the help of TF-IDF. The code has not used any library to implement TF-IDF