Home / Companies / Ragie / Blog / September 2025

September 2025 Summaries

3 posts from Ragie

Filter
Month: Year:
Post Summaries Back to Blog
Ragie has introduced a new Streamable HTTP Model Context Protocol (MCP) server with Context-Aware Tools designed to simplify the deployment and functionality of AI-powered applications. This server allows users to easily connect to a Streamable HTTP endpoint, eliminating the need for complex setups involving npm packages and process management. The server is particularly notable for its smart, context-aware tools that update descriptions based on current data, enabling better decision-making without the need for explicit instructions or prompt engineering. This innovation supports multi-tenant applications, offers low-latency responses, and enhances overall deployment by allowing agents to make informed choices naturally, making it easier and more efficient to build and manage AI applications. The server is available for developers who are encouraged to explore its capabilities through demos or further learning opportunities.
Sep 30, 2025 343 words in the original blog post.
Agentic Retrieval is an advanced retrieval system launched by Ragie to enhance the effectiveness of Retrieval-Augmented Generation (RAG) by addressing its limitations in handling complex and noisy queries. Unlike traditional RAG, Agentic Retrieval dissects complex queries into sub-questions, selects optimal search strategies, evaluates intermediate results, and adapts its approach when necessary, ensuring that the answers delivered are complete, verifiable, and grounded in reliable evidence. This system is particularly beneficial in contexts like legal, financial, and support scenarios, where retrieving accurate information from scattered data is crucial. It provides citations at the statement level, allowing users to trace the sources of information, and offers adjustable effort levels to balance speed and depth. Integrated into Base Chat, Agentic Retrieval is accessible through Ragie's API and is designed for production use, offering accurate, transparent, and adaptable solutions to challenging queries.
Sep 29, 2025 442 words in the original blog post.
Retrieval-augmented generation (RAG) is a technique that enhances large language models (LLMs) by integrating them with external knowledge bases, allowing them to access and utilize domain-specific information without needing to retrain the entire model. This approach enables LLMs to retrieve contextually relevant data before generating responses, improving accuracy and relevance. Ragie, a fully managed multimodal RAG-as-a-service platform, facilitates this process by providing developer-friendly APIs and SDKs for seamless ingestion of various data formats and offers connectors for popular data sources like Google Drive, Confluence, and OneDrive. The tutorial demonstrates how to use Ragie to automatically ingest documents from Google Drive and employ the Ragie Node.js SDK to retrieve document chunks and generate responses using OpenAI models. This method allows businesses to maintain an up-to-date knowledge base without manual intervention and is particularly useful for applications such as customer support and enterprise search, providing a scalable and cost-effective solution for managing large volumes of data.
Sep 03, 2025 2,080 words in the original blog post.