mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Tidy up a couple of command names
This commit is contained in:
parent
6343072b7b
commit
8a430b0a66
3 changed files with 10 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ def question(url, question, user, collection):
|
|||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='tg-query-document-rag',
|
||||
prog='tg-invoke-document-rag',
|
||||
description=__doc__,
|
||||
)
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ def question(url, question, user, collection):
|
|||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='tg-graph-query-rag',
|
||||
prog='tg-invoke-graph-rag',
|
||||
description=__doc__,
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue