feat: docker & docker-compose example

This commit is contained in:
Per Stark
2025-05-05 13:44:57 +02:00
parent b5da0cb409
commit 5f00e523f7
7 changed files with 163 additions and 271 deletions
+4 -2
View File
@@ -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 = []