mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-20 14:47:19 +02:00
wip: heavy refactoring html routers
This commit is contained in:
@@ -10,12 +10,15 @@ serde = { workspace = true }
|
||||
axum = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
async-openai = { workspace = true }
|
||||
|
||||
async-openai = "0.24.1"
|
||||
tiktoken-rs = "0.6.0"
|
||||
reqwest = {version = "0.12.12", features = ["charset", "json"]}
|
||||
scraper = "0.22.0"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
text-splitter = "0.18.1"
|
||||
uuid = { version = "1.10.0", features = ["v4", "serde"] }
|
||||
|
||||
common = { path = "../common" }
|
||||
composite-retrieval = { path = "../composite-retrieval" }
|
||||
|
||||
Reference in New Issue
Block a user