October 2025 Summaries
4 posts from Unstructured
Filter
Month:
Year:
Post Summaries
Back to Blog
A novel RAG (retrieval-augmented generation) system with memory capability offers personalized responses by adapting to individual user preferences and knowledge levels. Traditional RAG systems efficiently retrieve information but lack personalization, treating every user the same and requiring them to re-establish preferences with each interaction. By integrating Unstructured's document processing with Mem0's intelligent memory layer, the system not only retrieves relevant document chunks for users but also remembers user-specific preferences like format, knowledge level, and learning style, storing these in Mem0 for future interactions. This approach allows the system to deliver tailored responses, enhancing user experience by providing explanations that connect to users' existing knowledge. The architecture, applicable beyond research papers, involves a pipeline that processes documents from S3, chunks them semantically, and stores them in a vector database for retrieval, while Mem0 handles the personalization layer, making AI interactions more intelligent and user-friendly over time.
Oct 24, 2025
2,745 words in the original blog post.
IBM and Unstructured have entered into an OEM partnership aimed at addressing the complexities of preparing unstructured data for enterprise AI applications. This collaboration integrates IBM watsonx.data’s hybrid, open data lakehouse with Unstructured’s advanced document processing capabilities, enabling enterprises to seamlessly manage and transform both structured and unstructured data into AI-ready formats. The partnership facilitates the development of reliable and scalable AI pipelines as well as RAG systems, enhancing data accessibility, preparation, and governance. The combined solution is designed to improve workflow efficiency and confidence, particularly for organizations handling large volumes of unstructured content like PDFs.
Oct 16, 2025
120 words in the original blog post.
Enterprise AI teams often face challenges when using cloud service providers (CSPs) like AWS, Azure, or Google Cloud for document processing due to the complexity and scalability issues that arise as projects grow beyond simple PDF extraction. Although CSPs offer foundational models and Document AI services capable of handling high-volume processing, they often fall short in accommodating a diverse range of document types and integrating with a wide array of external applications, leading to increased infrastructure demands. This complexity prompts many organizations to consider specialized platforms like Unstructured ETL+, which provide comprehensive solutions for managing diverse document formats and offer flexibility across the AI stack. Such platforms help address the limitations of CSPs by offering features like file format normalization, data cleansing, and pipeline orchestration, thereby enabling enterprises to focus on product differentiation rather than infrastructure maintenance. Consequently, as document processing projects evolve, dedicated platforms can absorb complexity, allowing enterprises to better meet their expanding needs.
Oct 06, 2025
1,417 words in the original blog post.
Enterprise knowledge is often scattered across various platforms like OneDrive, Azure Blob Storage, and Outlook, creating a significant challenge in retrieving and processing information rather than just storing it. The text outlines a step-by-step guide to building a Retrieval Augmented Generation (RAG) pipeline using Unstructured's platform to address these challenges. The guide emphasizes the need for a system that can intelligently connect to multiple data sources and process diverse file formats such as PDFs, PowerPoints, Excel files, and emails into a queryable format. The process involves connecting data sources, transforming files into structured JSON using Unstructured's Partitioner, enriching data with image and table descriptions, and storing the results in AstraDB for seamless retrieval. The system is designed to handle various file types uniformly, allowing users to query across all enterprise content, and offers suggestions for further enhancements like adding observability and improving user experience.
Oct 02, 2025
2,536 words in the original blog post.