infino 0.1.0

A fast retrieval engine that stores data on object storage and runs SQL, full-text search, and vector search over it from a single system — search-on-Parquet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Infino Authors

pub mod brute_force_oracle;
mod covered_agg;
pub mod fanout_concurrency;
pub mod fanout_floor;
pub mod hierarchical;
pub mod hybrid_search;
mod id_resolve;
pub mod match_search;
mod query_errors;
mod query_surface;
pub mod skip_pruning;
mod stats_fold;
pub mod tombstone_filter;