spark-bert 0.1.1

Hybrid vector search using an inverted index and BERT embeddings
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api;
pub mod args;
pub mod dataset;
pub mod directory;
pub mod embs;
pub mod indexing;
pub mod inverted_index;
pub mod score;
pub mod tf_term_query;
pub mod util;
pub mod vector_vocabulary;