How to interact with a github repo with a LLM (OpenAI, Mistral...)

Question : I’m looking to connect a LLM via Langchain’s and a Github repo.

Something looking like that :

Actually the process was :

  1. Chat Trigger
  2. Langchain’s node
  3. custom n8n workflow to get the repository

I’m blocked there. I don’t know how to pack repo information to send it back to the LangChain’s node…
Anyone can give me some help to achieve this goal ? Hope to share it on the n8n community sooooon

Information on your n8n setup

  • n8n version: 1.33.1
  • Running n8n via Cloudron on my VPS

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Alexandre_Diaz, could you share the workflows instead of just a screenshot?

When you say that you’re blocked, what type of response were you seeing from this initial attempt?