Fix params typo

This commit is contained in:
Cyber MacGeddon 2025-04-19 18:43:06 +01:00
parent 4943b87f7a
commit 2f58910514

View file

@ -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',