From: Erik Mackdanz Date: Thu, 28 Nov 2024 16:44:08 +0000 (-0600) Subject: remove --prompt X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=8c06d56e3587fe09a584f0a7532621bf4e8ca4c1;p=vecsearch.git remove --prompt --- diff --git a/src/main.rs b/src/main.rs index 494d013..eb545ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ enum Action { file: String, }, - /// Search the database for documents matching --prompt + /// Search the database for documents matching --search Search { #[arg(long,default_value="vsearch")] @@ -83,10 +83,6 @@ struct Args { #[arg(long)] revision: Option, - /// When set, compute embeddings for this prompt. - #[arg(long)] - prompt: Option, - /// Use the pytorch weights rather than the safetensors ones #[arg(long)] use_pth: bool,