Skip to content
#

document-search

Here are 27 public repositories matching this topic...

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.

  • Updated Jul 16, 2024
  • Python

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.

  • Updated Sep 3, 2023
  • Jupyter Notebook

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.

  • Updated Jul 21, 2023
  • TypeScript

Improve this page

Add a description, image, and links to the document-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document-search topic, visit your repo's landing page and select "manage topics."

Learn more