Add Ollama embeddings

This commit is contained in:
Cyber MacGeddon 2024-07-16 19:26:05 +01:00
parent 3741b54566
commit a5d63883f5

View file

@ -99,7 +99,7 @@ class Processor:
def run():
parser = argparse.ArgumentParser(
prog='llm-ollama-text',
prog='embeddings-ollama',
description=__doc__,
)
@ -138,7 +138,7 @@ def run():
parser.add_argument(
'-m', '--model',
default=default_model,
help=f'LLM model (default: {default_model})'
help=f'Embeddings model (default: {default_model})'
)
parser.add_argument(