Chat with GitHub Issues using OpenAI and Redis Vector Search
Chat with Your GitHub Issues Using AI π€
Ever wanted to just ask your repository what's going on instead of scrolling through endless issue lists? This workflow lets you do exactly that.
What Does It Do?
Turn any GitHub repo into a conversational knowledge base. Ask questions in plain English, get smart answers powered by AI and vector search.
"Show me recent authentication bugs"** β AI finds and explains them "What issues are blocking the release?"** β Instant context-aware answers "Are there any similar problems to #247?"** β Semantic search finds connections you'd miss
The Magic β¨
Slurp up issues from your GitHub repo (with all the metadata goodness) Vectorize everything using OpenAI embeddings and store in Redis Chat naturally with an AI agent that searches your issue database Get smart answers with full conversation memory
Quick Start
You'll need: OpenAI API key (for the AI brain) Redis 8.x (for vector search magic) GitHub repo URL (optional: API token for speed)
Get it running: Drop in your credentials Point it at your repo (edit the owner and repository params) Run the ingestion flow once to populate the database Start chatting!
Tinker Away π§
This is your playground. Here are some ideas:
Swap the data source**: Jira tickets? Linear issues? Notion docs? Go wild. Change the AI model**: Try different GPT models or even local LLMs Add custom filters**: Filter by labels, assignees, or whatever matters to you Tune the search**: Adjust how many results come back, tweak relevance scores Make it public**: Share the chat interface with your team or users Auto-update**: Hook it up to webhooks for real-time issue indexing
Built with n8n, Redis, and OpenAI. No vendor lock-in, fully hackable, 100% yours to customize.
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
π€ Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
π Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments