Skip to content

docs: clarify custom Ollama embedding setup#50

Merged
Helweg merged 1 commit intomainfrom
docs/ollama-custom-provider-readme
Apr 8, 2026
Merged

docs: clarify custom Ollama embedding setup#50
Helweg merged 1 commit intomainfrom
docs/ollama-custom-provider-readme

Conversation

@Helweg
Copy link
Copy Markdown
Owner

@Helweg Helweg commented Apr 8, 2026

Summary

Clarify how to use custom Ollama embedding models through the README without changing provider behavior.

Changes

  • document that the built-in ollama provider uses Ollama's native /api/embeddings endpoint for the default nomic-embed-text flow
  • add README guidance for using other Ollama embedding models through the custom provider with http://127.0.0.1:11434/v1
  • include a concrete config example and notes about the /v1 suffix, placeholder API keys, and matching model dimensions

Testing

How were these changes tested?

  • Unit tests added/updated
  • Manual testing performed
  • Build passes (npm run build)
  • Typecheck passes (npm run typecheck)
  • Tests pass (npm run test:run)
  • Lint passes (npm run lint)

Release Labels

  • Added at least one release category label (feature, bug, performance, documentation, dependencies, refactor, test, chore, or skip-changelog)
  • Added at most one semver label (semver:major, semver:minor, semver:patch) when needed

Related Issues

Fixes #49

@github-actions github-actions bot added the documentation Documentation changes label Apr 8, 2026
@Helweg Helweg added documentation Documentation changes and removed documentation Documentation changes labels Apr 8, 2026
@Helweg Helweg merged commit 0d2ec6c into main Apr 8, 2026
5 of 8 checks passed
@Helweg Helweg deleted the docs/ollama-custom-provider-readme branch April 8, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Update Readme for Ollama models

1 participant