]> Humopery - vecsearch.git/commitdiff
remove --prompt
authorErik Mackdanz <erikmack@gmail.com>
Thu, 28 Nov 2024 16:44:08 +0000 (10:44 -0600)
committerErik Mackdanz <erikmack@gmail.com>
Thu, 28 Nov 2024 16:44:08 +0000 (10:44 -0600)
src/main.rs

index 494d01308c3e16a0498ca7ef426000d69b3e042a..eb545ae300c90f05b4c49453e845737721b9e1f7 100644 (file)
@@ -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<String>,
 
-    /// When set, compute embeddings for this prompt.
-    #[arg(long)]
-    prompt: Option<String>,
-
     /// Use the pytorch weights rather than the safetensors ones
     #[arg(long)]
     use_pth: bool,