What
Add a local embedding option (e.g. Ollama's nomic-embed-text) as a free,
private alternative to the OpenAI embedding step in the
Duplicate Issue Detector workflow.
Why this matters
Right now the embedding step requires an OpenAI API key. A local option
would let anyone self-host this fully free and privately, matching the
pattern already used in the GitHub Debugger Agent workflow's LLM step.
Where
workflows/duplicate-issue-detector/workflow.json — the two
"Embed (OpenAI)" HTTP Request nodes.
Acceptance criteria
How to contribute
See CONTRIBUTING.md — branch off main, open a PR,
and I'll review before merging.
What
Add a local embedding option (e.g. Ollama's
nomic-embed-text) as a free,private alternative to the OpenAI embedding step in the
Duplicate Issue Detector workflow.
Why this matters
Right now the embedding step requires an OpenAI API key. A local option
would let anyone self-host this fully free and privately, matching the
pattern already used in the GitHub Debugger Agent workflow's LLM step.
Where
workflows/duplicate-issue-detector/workflow.json— the two"Embed (OpenAI)" HTTP Request nodes.
Acceptance criteria
often don't produce 1536-dim vectors like
text-embedding-3-small—the Qdrant collection size may need to be reconfigured accordingly)
How to contribute
See CONTRIBUTING.md — branch off
main, open a PR,and I'll review before merging.