Skip to main content
Create a zero-dependency TF-IDF search index for keyword-based search.

Signature

Parameters

TFIDFConfig

Example

Key Differences from VectoriaDB

When to Use

Use TFIDFVectoria when:
  • You need zero dependencies
  • Keyword matching is sufficient
  • No network access for model download
  • Small corpus (< 10K documents)

TFIDFVectoria Methods

All methods

TF-IDF Guide

Usage guide