ca-srg/ragent
RAGent - A CLI tool for building RAG systems with hybrid search (BM25 + vector) using Amazon S3 Vectors and OpenSearch. Features Agent/MCP capabilities and Slack Bot integration
This tool helps technical users create a search system over their internal documentation and Slack conversations. You feed it markdown, CSV, or PDF documents, or point it to a GitHub repository, and it builds a searchable index. It can also pull in live Slack conversations. The output is a powerful search experience, an interactive chat, or a Slack bot that answers questions from your content. It's designed for operations engineers, DevOps teams, or internal IT staff who need to make knowledge easily accessible across their organization.
Use this if you need to build a robust, searchable knowledge base from your internal documents and Slack communications, making it easy for your team to find information and get answers.
Not ideal if you are looking for a simple, single-document search solution or do not use AWS S3/OpenSearch for your infrastructure.
Stars
8
Forks
2
Language
Go
License
—
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ca-srg/ragent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
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
eryajf/langchaingo-ollama-rag
学习基于langchaingo结合ollama实现的rag应用流程