mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 12:11: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
|
@staticmethod
|
||||||
def add_args(parser):
|
def add_args(parser):
|
||||||
|
|
||||||
DocumentEmbeddingsStoreService.add_args(
|
DocumentEmbeddingsStoreService.add_args(parser)
|
||||||
parser, default_input_queue, default_subscriber,
|
|
||||||
)
|
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-t', '--store-uri',
|
'-t', '--store-uri',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue