Skip to content

Instantly share code, notes, and snippets.

@sachaarbonel
Created November 5, 2022 21:33
Show Gist options
  • Save sachaarbonel/eeb685dec93288fc83a5e5699708a9c9 to your computer and use it in GitHub Desktop.
Save sachaarbonel/eeb685dec93288fc83a5e5699708a9c9 to your computer and use it in GitHub Desktop.
impl EmbeddedBook {
fn topic(embeddings: [f32; 384]) -> Self {
Self {
title: None,
author: None,
summary: None,
embeddings: embeddings,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment