June 2025 Summaries
2 posts from Ragie
Filter
Month:
Year:
Post Summaries
Back to Blog
Manual resume screening poses significant challenges for HR professionals due to the sheer volume of applications and the diverse formats of resumes. Traditional parsing solutions often struggle with non-standard layouts and fail to produce structured data from unstructured text. The article introduces Ragie, a fully managed RAG-as-a-service platform, which uses entity extraction to address these issues by understanding document semantics and providing consistently structured outputs. A tutorial within the article demonstrates how to develop a resume parser application using Ragie's API to extract data like personal information, skills, experience, and education from various resume formats. It outlines the necessary project setup, including environment configuration, creating extraction schemas, and handling document processing workflows. Additionally, it describes building a Streamlit-based web interface for uploading resumes and displaying results, emphasizing Ragie's flexibility and intelligence compared to traditional parsers. The article suggests potential expansions, such as capturing more detailed candidate information, to enhance the application's capabilities further.
Jun 27, 2025
2,457 words in the original blog post.
Retrieval-augmented generation (RAG) enhances AI systems by grounding their responses in external data sources, improving accuracy and practicality, especially when dealing with internal documentation and scattered team knowledge. Ragie Connect is a fully managed connector system that simplifies integrating such data sources into AI applications by handling authentication, data ingestion, and syncing. It allows users to securely connect their own data, integrating tools like Notion, Google Drive, and Slack directly into AI interfaces. By embedding Ragie Connect, applications can efficiently manage document ingestion, chunking, indexing, and retrieval, enabling AI tools to provide responses based on actual documents rather than generalized knowledge, thus reducing errors like hallucination. An open-source demo app, Base Chat, demonstrates this integration by linking Notion as a data source, allowing end-users to authenticate and sync content securely, providing real-time, relevant answers grounded in their documents. This setup is easily adaptable to multiple data sources and offers customization options for branding and access control, making it ideal for building scalable AI-powered business tools.
Jun 17, 2025
2,065 words in the original blog post.