pub fn handle_vector_get_embedding(
vs: &VectorStore,
_kg: &GraphHandle,
args: Option<&Value>,
) -> Result<Value>Expand description
Fetch the stored embedding for an entity: { entityName }.
pub fn handle_vector_get_embedding(
vs: &VectorStore,
_kg: &GraphHandle,
args: Option<&Value>,
) -> Result<Value>Fetch the stored embedding for an entity: { entityName }.