Skip to content

Provide openai: prefix #313

Merged
arabold merged 1 commit intoarabold:mainfrom
robinnarsinghranabhat:main
Feb 1, 2026
Merged

Provide openai: prefix #313
arabold merged 1 commit intoarabold:mainfrom
robinnarsinghranabhat:main

Conversation

@robinnarsinghranabhat
Copy link
Contributor

Problem

It fees like docs should be explicit to tell users to add openai: prefix when using ollama embedding models.

I got following error for another model :

OPENAI_API_KEY="ollama" \
OPENAI_API_BASE="http://localhost:11434/v1" \
DOCS_MCP_EMBEDDING_MODEL="embeddinggemma:latest" \
npx @arabold/docs-mcp-server@latest
⚠️  No credentials found for embeddinggemma embedding provider. Vector search is disabled.
   Only full-text search will be available. To enable vector search, please configure the required
   environment variables for embeddinggemma or choose a different provider.
   See README.md for configuration options or run with --help for more details.
🚀 Grounded Docs available at http://127.0.0.1:6280
   • Web interface: http://127.0.0.1:6280
   • MCP endpoints: http://127.0.0.1:6280/mcp, http://127.0.0.1:6280/sse
   • Embeddings: disabled (full text search only)

Fix

DOCS_MCP_EMBEDDING_MODEL="openai:embeddinggemma:latest" \

Similar Issue

@arabold arabold merged commit 3e97827 into arabold:main Feb 1, 2026
3 checks passed
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants