chore/support-voyageai-embed-directly: chore: resolve comments

This commit is contained in:
Dawid Laszuk 2025-12-12 06:37:29 -08:00
parent 9afc59956f
commit 2752b01f12
3 changed files with 1 additions and 2 deletions

View file

@ -247,6 +247,7 @@ def parse_args() -> argparse.Namespace:
"aws_bedrock",
"jina",
"gemini",
"voyageai",
],
help="Embedding binding type (default: from env or ollama)",
)

View file

@ -854,7 +854,6 @@ def create_app(args):
)
return await actual_func(
texts,
model=model,
api_key=api_key,
embedding_dim=embedding_dim,
)

View file

@ -223,4 +223,3 @@ async def claude_3_haiku_complete(
enable_cot=enable_cot,
**kwargs,
)