embedcache 0.1.1

High-performance text embedding service with caching capabilities
Documentation
1
2
3
4
5
//! Cache module for storing processed content

mod sqlite;

pub use sqlite::{cache_result, get_from_cache, initialize_db_pool};