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
Supports vectorization from diverse sources (local directories, S3, GitHub repos, PDF/CSV files) with automatic metadata generation, and offers embedding-agnostic Slack integration that fetches live conversations at query time without requiring pre-built vectors. The architecture uses Amazon Bedrock for embeddings, OpenSearch for BM25 indexing, and includes an MCP server for Claude Desktop integration plus a web UI for vectorization monitoring. AWS Secrets Manager provides automatic credential injection, while dual HTTP/SSE transport and OIDC authentication enable secure multi-user deployments.
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
wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
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应用流程