fastembed 5.13.2

Library for generating vector embeddings, reranking locally.
Documentation
1
2
3
4
5
6
7
8
const DEFAULT_BATCH_SIZE: usize = 256;

mod utils;

mod init;
pub use init::*;

mod r#impl;