Skip to content
#

vector-similarity

Here are 39 public repositories matching this topic...

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.

  • Updated May 4, 2024
  • Cuda

Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.

  • Updated Nov 11, 2023
  • TypeScript

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

Improve this page

Add a description, image, and links to the vector-similarity 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 vector-similarity topic, visit your repo's landing page and select "manage topics."

Learn more