removed tokio and sqlx dependency, added dummy embeddings provider to save on open ai costs when testing

This commit is contained in:
KCaverly 2023-06-23 10:25:12 -04:00
parent dd309070eb
commit c071b271be
5 changed files with 45 additions and 54 deletions

View file

@ -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