mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
-y-description
This commit is contained in:
parent
b83589a308
commit
d57c7b0296
@ -23,7 +23,8 @@ nltk.download('averaged_perceptron_tagger', quiet=True)
|
||||
|
||||
#Splits all files in specified folder to documents
|
||||
@app.command()
|
||||
def ingest(yes: bool = typer.Option(False, "-y", "--yes", prompt=False),
|
||||
def ingest(yes: bool = typer.Option(False, "-y", "--yes", prompt=False,
|
||||
help="Whether to skip price confirmation"),
|
||||
dir: Optional[List[str]] = typer.Option(["inputs"],
|
||||
help="""List of paths to directory for index creation.
|
||||
E.g. --dir inputs --dir inputs2"""),
|
||||
|
Loading…
Reference in New Issue
Block a user