mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
Graph RAG and document RAG working and configurable
This commit is contained in:
parent
5160d5bf2f
commit
c8df9a4fa2
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ def main():
|
|||
# )
|
||||
|
||||
parser.add_argument(
|
||||
'-q', '--query',
|
||||
'-q', '--question',
|
||||
required=True,
|
||||
help=f'Question to answer',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue