docs: replace premature Ollama troubleshooting with embedding provider reference#223
Open
TerminalGravity wants to merge 1 commit intomainfrom
Open
docs: replace premature Ollama troubleshooting with embedding provider reference#223TerminalGravity wants to merge 1 commit intomainfrom
TerminalGravity wants to merge 1 commit intomainfrom
Conversation
…r reference The Ollama troubleshooting section referenced a provider that doesn't exist on main yet (only in feature branches). Replaced with a clear table of supported providers (local, openai) and a note that Ollama and Voyage support is coming soon.
TerminalGravity
commented
Mar 12, 2026
Collaborator
Author
TerminalGravity
left a comment
There was a problem hiding this comment.
Good call removing the premature Ollama docs — documenting features that don't exist yet confuses users. The replacement table is clean.
Minor: with #222 adding Voyage support, the "Coming soon" note will be partially stale on merge. Might want to coordinate — either merge #222 first and update this PR, or land this first and have #222 update the table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README troubleshooting section included an 'Ollama embeddings connection refused' entry, but Ollama isn't supported on main — it's only in feature branches (feat/ollama-embeddings, etc.). This confused users into thinking Ollama was a valid provider option.
Replaced with a clear table showing the two supported providers (local, openai) and a note that Ollama/Voyage are coming soon.