Graph RAG and document RAG working and configurable

This commit is contained in:
Cyber MacGeddon 2025-03-12 23:46:14 +00:00
parent 5160d5bf2f
commit c8df9a4fa2
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ def main():
# )
parser.add_argument(
'-q', '--query',
'-q', '--question',
required=True,
help=f'Question to answer',
)