diff --git a/Cargo.lock b/Cargo.lock index 3707f74..94819d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,7 +3126,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "main" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "api-router", diff --git a/ingestion-pipeline/src/types/mod.rs b/ingestion-pipeline/src/types/mod.rs index 3479378..f7c816b 100644 --- a/ingestion-pipeline/src/types/mod.rs +++ b/ingestion-pipeline/src/types/mod.rs @@ -113,7 +113,7 @@ async fn fetch_article_from_url( #[cfg(feature = "docker")] { // Use this when compiling for docker - let options = LaunchOptionsBuilder::default() + let options = headless_chrome::LaunchOptionsBuilder::default() .sandbox(false) .build() .map_err(|e| AppError::InternalError(e.to_string()))?; diff --git a/main/Cargo.toml b/main/Cargo.toml index 7c5493f..cdcee73 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "main" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/perstarkse/minne" diff --git a/todo.md b/todo.md index 6a34957..4774b24 100644 --- a/todo.md +++ b/todo.md @@ -1,15 +1,12 @@ -[x] fix card image in content -[x] fix redirect for non hx -[] allow setting of data storage folder, via envs and config -[] embed surrealdb for the main binary -[] sse ingestion updates [] archive ingressed webpage, pdf would be easy +[] embed surrealdb for the main binary [] full text search -[] rename ingestion instructions to context [] three js graph explorer [] three js vector explorer [x] add user_id to ingress objects [x] admin controls re registration +[x] allow setting of data storage folder, via envs and config +[x] build docker container on release plan [x] change to smoothie dom [x] chat functionality [x] chat history @@ -17,8 +14,9 @@ [x] configs primarily get envs [x] debug why not automatic retrieval of chrome binary works [x] filtering on categories +[x] fix card image in content [x] fix patch_text_content -[x] gdpr +[x] fix redirect for non hx [x] html ingression [x] hx-redirect [x] implement migrations @@ -35,8 +33,10 @@ [x] option to set models, query and processing [x] page screenshot? [x] redirects +[x] rename ingestion instructions to context [x] restrict retrieval to users own objects [x] smoothie_dom test +[x] sse ingestion updates [x] store page title [x] template customization? [x] templating