paper-with-me

Papers

RAGnaroX: A Secure, Local-Hosted ChatOps Assistant Using Small Language Models

2026-03-27 · Benedikt Dornauer, Mircea-Cristian Racasan arxiv

This paper introduces RAGnaroX, a resource-efficient ChatOps assistant that operates entirely on commodity hardware. Unlike existing solutions that often rely on external providers such as Azure or OpenAI, RAGnaroX offers a fully auditable, on-premise stack implemented in Rust. Its architecture integrates modular data ingestion, hybrid retrieval, and function calling, enabling flexible yet secure deployment. Our evaluation focuses on the RAG pipeline, with benchmarks conducted on the SQuAD (single-hop QA), MultiHopRAG (multi-hop QA), and MLQA (cross-lingual QA) datasets. Results show that RAGnaroX achieves competitive accuracy while maintaining strong resource efficiency, for example, reaching 0.90 context precision on single-hop questions with an average response time of 2.5 seconds per request. A replication package containing the tool, the demonstration video (https://www.youtube.com/watch? v=cDxfuEbcoM4), and all supporting materials are available at https://github.com/genius-itea/RAGnaroX.git.

📄 PDF Abstract BibTeX arXiv:2604.03291

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simplified and Secure MCP Gateways for Enterprise AI Integration

2025-04-28 · Ivo Brett

The increased adoption of the Model Context Protocol (MCP) for AI Agents necessitates robust security for Enterprise integrations. This paper introduces the MCP Gateway to simplify self-hosted MCP server integration. The…

Intrusion Detection

secureTF: A Secure TensorFlow Framework

2021-01-20 · Do Le Quoc, Franz Gregor, Sergei Arnautov, Roland Kunkel 외

Data-driven intelligent applications in modern online services have become ubiquitous. These applications are usually hosted in the untrusted cloud computing infrastructure. This poses significant security risks since th…

BIG-bench Machine LearningCloud Computing

GOD model: Privacy Preserved AI School for Personal Assistant

2025-02-24 · PIN AI Team, Bill Sun, Gavin Guo, Regan Peng 외

Personal AI assistants (e.g., Apple Intelligence, Meta AI) offer proactive recommendations that simplify everyday tasks, but their reliance on sensitive user data raises concerns about privacy and trust. To address these…

Imitation LearningPrivacy Preserving

CON-QA: Privacy-Preserving QA using cloud LLMs in Contract Domain

2025-09-24 · Ajeet Kumar Singh, Rajsabi Surya, Anurag Tripathi, Santanu Choudhury 외 arxiv

As enterprises increasingly integrate cloud-based large language models (LLMs) such as ChatGPT and Gemini into their legal document workflows, protecting sensitive contractual information - including Personally Identifia…

Response GenerationQuestion Answering

Minimal Prompt Perturbations Lead to Code Vulnerabilities: Prompt Fragility and Hidden-State Signals in Coding LLMs

2026-05-28 · Alexander Sternfeld, Andrei Kucharavy, Ljiljana Dolamic arxiv

LLM-based coding assistants are seeing rapid adoption, offering substantial gains in developer productivity. As organizations increasingly ship code these agents produce, the security of that code becomes critical. Prior…