Skip to content

Add llmman integration page - #592

Open
ericcurtin wants to merge 1 commit into
deepset-ai:mainfrom
ericcurtin:llmman
Open

Add llmman integration page#592
ericcurtin wants to merge 1 commit into
deepset-ai:mainfrom
ericcurtin:llmman

Conversation

@ericcurtin

@ericcurtin ericcurtin commented Sep 4, 2026

Copy link
Copy Markdown

Adds llmman, a local model runner that serves the Ollama API (alongside OpenAI- and Anthropic-compatible ones) on port 17434.

  • New integrations/llmman.md only, modelled on integrations/ollama.md. No code changes: OllamaChatGenerator, OllamaTextEmbedder and OllamaDocumentEmbedder from ollama-haystack work unchanged with url="http://localhost:17434", so the page documents that rather than introducing a new package.
  • Frontmatter follows the README spec; pypi is omitted since llmman is not a PyPI package (repo satisfies the "at least one of" rule). No logo rather than reusing another provider's.
  • Also shows OpenAIChatGenerator against http://localhost:17434/v1 for users who prefer to depend only on haystack-ai.

Testing: frontmatter parsed as YAML with required keys present; all 4 Python blocks ast.parsed; in a fresh venv with ollama-haystack 6.8.0 confirmed the constructor kwargs used exist and the Ollama components construct without error. Not run against a live llmman server.

AI-assisted, reviewed before submitting.

@ericcurtin
ericcurtin requested a review from a team as a code owner September 4, 2026 12:47
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

@ericcurtin is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

llmman (https://github.com/llmmanorg/llmman) is a local model runner
that serves the Ollama API, alongside OpenAI- and Anthropic-compatible
ones, on port 17434. The existing ollama-haystack components work
against it unchanged once pointed at http://localhost:17434, so the
page mirrors integrations/ollama.md rather than adding a new package.
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.

1 participant