mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
Clean up Embeddings Store (#121)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
10b5c5b42c
commit
2a9b9486f3
8 changed files with 366 additions and 238 deletions
|
|
@ -24,6 +24,7 @@ pub trait IncrementingMetric: Metric {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub trait RecordingMetric: Metric {
|
||||
fn record(&self, value: u64) {
|
||||
match hostcalls::record_metric(self.id(), value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue