some fixes + gliner first implementation
This commit is contained in:
parent
b9d5f41bbd
commit
a8ff3442ff
36 changed files with 1079 additions and 73 deletions
7
crates/jarvis-core/src/slots/gliner/structs.rs
Normal file
7
crates/jarvis-core/src/slots/gliner/structs.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#[derive(Debug, Clone)]
|
||||
pub struct GlinerModelInfo {
|
||||
pub model_dir: String,
|
||||
pub file_name: String,
|
||||
pub display_name: String,
|
||||
pub value: String,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue