updated both embed and parsing tasks to be multi-threaded.

This commit is contained in:
KCaverly 2023-07-05 12:39:08 -04:00
parent eff0ee3b60
commit afccf608f4
4 changed files with 281 additions and 192 deletions

View file

@ -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"] }