semantic-commands 0.1.1

A lightweight Rust framework for defining and executing semantic commands using text embeddings
Documentation
1
2
3
4
pub mod in_memory;
pub mod no_cache;
#[cfg(feature = "postgres")]
pub mod postgres;