mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-16 09:42:58 +02:00
fix: improved storage manager, prep for s3
This commit is contained in:
@@ -18,7 +18,8 @@ async-openai = { workspace = true }
|
||||
surrealdb = { workspace = true }
|
||||
dom_smoothie = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
axum_typed_multipart = { workspace = true}
|
||||
axum_typed_multipart = { workspace = true}
|
||||
anyhow = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
text-splitter = { workspace = true }
|
||||
@@ -28,6 +29,7 @@ headless_chrome = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
pdf-extract = "0.9"
|
||||
lopdf = "0.32"
|
||||
bytes = { workspace = true }
|
||||
|
||||
common = { path = "../common" }
|
||||
composite-retrieval = { path = "../composite-retrieval" }
|
||||
|
||||
Reference in New Issue
Block a user