faiss

Community

Fast, billion-scale vector search.

AuthorAum08Desai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of performing rapid similarity searches on massive datasets of dense vectors, enabling efficient retrieval and clustering.

Core Features & Use Cases

  • High-Performance Similarity Search: Utilizes Facebook AI's FAISS library for extremely fast k-NN searches and vector clustering.
  • Scalability: Designed to handle billions of vectors, making it suitable for large-scale applications.
  • GPU Acceleration: Supports GPU acceleration for significant performance gains.
  • Diverse Index Types: Offers various index types (Flat, IVF, HNSW, PQ) to balance speed, accuracy, and memory usage.
  • Use Case: Quickly find the most similar product images in a catalog of millions, or retrieve relevant documents based on their vector embeddings.

Quick Start

Install FAISS with pip install faiss-cpu or faiss-gpu and then use the provided Python examples to create, train, and search an index.

Dependency Matrix

Required Modules

faiss-cpufaiss-gpunumpy

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: faiss
Download link: https://github.com/Aum08Desai/hermes-research-agent/archive/main.zip#faiss

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.