some fixes + gliner first implementation
This commit is contained in:
parent
e367d11b7c
commit
b427eacf35
36 changed files with 1079 additions and 73 deletions
|
|
@ -43,13 +43,21 @@ reqwest = { workspace = true, optional = true }
|
|||
tempfile.workspace = true
|
||||
|
||||
fastembed = { workspace = true, optional = true }
|
||||
ort = { workspace = true, optional = true }
|
||||
ndarray = { workspace = true, optional = true }
|
||||
tokenizers = { workspace = true, optional = true }
|
||||
regex = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winrt-notification = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = ["jarvis_app"]
|
||||
jarvis_app = ["vosk", "intent-classifier", "fastembed", "tokio", "nnnoiseless", "tokio-tungstenite", "futures-util", "lua"]
|
||||
jarvis_app = [
|
||||
"vosk", "intent-classifier", "fastembed", "tokio", "nnnoiseless", "tokio-tungstenite", "futures-util",
|
||||
"lua",
|
||||
"ort", "ndarray", "tokenizers", "regex",]
|
||||
|
||||
intent = ["intent-classifier", "tokio"]
|
||||
lua = ["mlua", "reqwest", "winrt-notification"]
|
||||
lua_only = ["lua", "tokio"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue