mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Fix params typo
This commit is contained in:
parent
4943b87f7a
commit
2f58910514
1 changed files with 1 additions and 3 deletions
|
|
@ -80,9 +80,7 @@ class Processor(DocumentEmbeddingsStoreService):
|
|||
@staticmethod
|
||||
def add_args(parser):
|
||||
|
||||
DocumentEmbeddingsStoreService.add_args(
|
||||
parser, default_input_queue, default_subscriber,
|
||||
)
|
||||
DocumentEmbeddingsStoreService.add_args(parser)
|
||||
|
||||
parser.add_argument(
|
||||
'-t', '--store-uri',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue