updated both embed and parsing tasks to be multi-threaded.
This commit is contained in:
parent
eff0ee3b60
commit
afccf608f4
4 changed files with 281 additions and 192 deletions
|
@ -31,6 +31,7 @@ serde_json.workspace = true
|
|||
async-trait.workspace = true
|
||||
bincode = "1.3.3"
|
||||
matrixmultiply = "0.3.7"
|
||||
tiktoken-rs = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue