mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-20 06:37:39 +02:00
feat: docker & docker-compose example
This commit is contained in:
@@ -22,8 +22,10 @@ chrono = { version = "0.4.39", features = ["serde"] }
|
||||
text-splitter = "0.18.1"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
uuid = { version = "1.10.0", features = ["v4", "serde"] }
|
||||
|
||||
headless_chrome = { git = "https://github.com/rust-headless-chrome/rust-headless-chrome", features = ["fetch"] }
|
||||
headless_chrome = "1.0.17"
|
||||
|
||||
common = { path = "../common" }
|
||||
composite-retrieval = { path = "../composite-retrieval" }
|
||||
|
||||
[features]
|
||||
docker = []
|
||||
|
||||
Reference in New Issue
Block a user