workflows.fit
Back to n8n workflows
n8n templateFreeBy Tihomir Mateev

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 GitH...

DevelopmentCore NodesAILangchainManual TriggerEmbeddings Open AiDocument Default Data LoaderChat Trigger
Loading interactive preview...

Template notes

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 ✨

1. Slurp up issues from your GitHub repo (with all the metadata goodness) 2. Vectorize everything using OpenAI embeddings and store in Redis 3. Chat naturally with an AI agent that searches your issue database 4. Get smart answers with full conversation memory

Quick Start