Skip to main content

embed

Function
This function is defined in the extras module.
Synchronous embedding function

Signature

def embed(text: &str, model: Option<&str>) -> crate::error::Result<Vec<f32>>

Parameters

text
&str
required
No description available.
model
Option<&str>
required
No description available.

Returns

Returns
crate::error::Result<Vec<f32>>
The result of the operation.

Uses

  • unwrap_or

Source

View on GitHub

praisonai/src/parity/extras.rs at line 514