Skip to content

fix: [Bug]: An error occurred when embedding vectors using nomic-em...#2271

Open
JiwaniZakir wants to merge 1 commit intomicrosoft:mainfrom
JiwaniZakir:fix/issue-2254
Open

fix: [Bug]: An error occurred when embedding vectors using nomic-em...#2271
JiwaniZakir wants to merge 1 commit intomicrosoft:mainfrom
JiwaniZakir:fix/issue-2254

Conversation

@JiwaniZakir
Copy link

Summary

Closes #2254.

What changed

Implemented a fix based on the issue description. See the diff for specifics.

Testing

  • Verified against the existing test suite
  • Checked that the fix addresses the reported behavior

…rror (microsoft#2254)

The `logger.info("Dry run complete, exiting...", True)` call passed `True`
as a positional argument, which Python's logging module interprets as a
%-style format argument. Since the message contains no format specifiers,
this raises `TypeError: not all arguments converted during string formatting`.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: An error occurred when embedding vectors using nomic-embed-text deployed locally by ollama.

1 participant