pub struct PipelineQuery {
pub embedding: Vec<f64>,
}Expand description
A query into the pipeline. All fields are embeddings of the same dimensionality as the pipeline’s corpus.
Fields§
§embedding: Vec<f64>Auto Trait Implementations§
impl Freeze for PipelineQuery
impl RefUnwindSafe for PipelineQuery
impl Send for PipelineQuery
impl Sync for PipelineQuery
impl Unpin for PipelineQuery
impl UnsafeUnpin for PipelineQuery
impl UnwindSafe for PipelineQuery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more