mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-29 17:25:15 +02:00
Add Ollama embeddings
This commit is contained in:
parent
3741b54566
commit
a5d63883f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue