mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
5 lines
105 B
Rust
5 lines
105 B
Rust
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
|
|
pub enum EmbeddingType {
|
|
Name,
|
|
Description,
|
|
}
|