vectorless 0.1.31

Reasoning-native document intelligence engine for AI
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) 2026 vectorless developers
// SPDX-License-Identifier: Apache-2.0

//! Scoring utilities — keyword extraction via BM25.

pub mod bm25;

pub use bm25::extract_keywords;