pub fn get_fact_embedding(
conn: &Connection,
fact_id: &str,
) -> Result<Option<Vec<f32>>, MemoryError>Expand description
Get a fact’s raw embedding bytes.
pub fn get_fact_embedding(
conn: &Connection,
fact_id: &str,
) -> Result<Option<Vec<f32>>, MemoryError>Get a fact’s raw embedding bytes.