MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / init_embeddings

Method init_embeddings

atomic-core/src/pristine/txn/write/embeddings.rs:227–231  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

225 }
226
227 fn init_embeddings(&mut self) -> PristineResult<()> {
228 // Opening the table with a WriteTransaction creates it if it doesn't exist
229 let _ = self.txn.open_table(EMBEDDINGS)?;
230 Ok(())
231 }
232}
233
234#[cfg(test)]

Calls

no outgoing calls