corrected batching order and managed for open ai embedding errors
This commit is contained in:
parent
afccf608f4
commit
a86b6c42c7
3 changed files with 169 additions and 173 deletions
|
@ -32,6 +32,7 @@ async-trait.workspace = true
|
|||
bincode = "1.3.3"
|
||||
matrixmultiply = "0.3.7"
|
||||
tiktoken-rs = "0.5.0"
|
||||
rand.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue