removed tokio and sqlx dependency, added dummy embeddings provider to save on open ai costs when testing
This commit is contained in:
parent
dd309070eb
commit
c071b271be
5 changed files with 45 additions and 54 deletions
|
@ -17,8 +17,6 @@ util = { path = "../util" }
|
|||
anyhow.workspace = true
|
||||
futures.workspace = true
|
||||
smol.workspace = true
|
||||
sqlx = { version = "0.6", features = ["sqlite","runtime-tokio-rustls"] }
|
||||
async-compat = "0.2.1"
|
||||
rusqlite = "0.27.0"
|
||||
isahc.workspace = true
|
||||
log.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue