copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
This project helps developers integrate external tools and knowledge bases into GitHub Copilot Chat, enabling their AI agent to answer questions using specific, pre-defined information. It takes your custom knowledge and makes it accessible through natural language queries within Copilot Chat. The primary users are software developers or development teams looking to enhance their Copilot agent's capabilities.
No commits in the last 6 months.
Use this if you want to build a custom Copilot Chat agent that can retrieve and respond with information from your own documentation or specialized data sources.
Not ideal if you are an end-user simply looking to use Copilot Chat as-is without extending its functionality with custom data.
Stars
96
Forks
41
Language
Go
License
MIT
Category
Last pushed
Jul 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/copilot-extensions/rag-extension"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
LlamaEdge/rag-api-server
A RAG API server written in Rust following OpenAI specs
timescale/pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
ca-srg/ragent
RAGent - A CLI tool for building RAG systems with hybrid search (BM25 + vector) using Amazon S3...
eryajf/langchaingo-ollama-rag
学习基于langchaingo结合ollama实现的rag应用流程