CLI tool for building production RAG systems from Markdown, CSV, and PDF documents using hybrid search (BM25 + vector) with OpenSearch. Features MCP server, Slack bot, Web UI, multi-source ingestion (local/S3/GitHub), and multi-provider embeddings (Bedrock/Gemini).
Stars
8
Forks
2
Watchers
8
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
feat: add custom OCR prompt support and secret metadata field (#58)
2d6098cView on GitHubFix S3 PDF ingestion and install kuromoji during ragent init (#57)
ea7317dView on GitHubrefactor(ragent): use correct shell variable expansion in init script
a5413b2View on GitHubbuild(terraform): add create_before_destroy to security groups
63708c8View on GitHubrefactor(terraform): add name_prefix variable for multi-instance support (#56)
c1ff0caView on GitHubfeat(terraform): add systemd_service_overrides variable for drop-in unit customization (#55)
afc95c1View on GitHubfix(terraform): add missing ragent-init templates excluded by gitignore
ed8bcd9View on GitHubfeat(slacksearch): add EscapeSlackMentions to prevent notification triggers (#54)
f768c12View on GitHubfeat(terraform): add AWS deployment module for RAGent (#53)
7da374aView on GitHubfeat(webui): inject 'secret: true' into markdown front matter
6d61eb4View on GitHubfeat(slacksearch): add explicit control directives for Slack search (#52)
2275c9cView on GitHub