From 8c06d56e3587fe09a584f0a7532621bf4e8ca4c1 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Thu, 28 Nov 2024 10:44:08 -0600 Subject: [PATCH] remove --prompt --- src/main.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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, -- 2.52.0