Home / Companies / Unstructured / Blog / Post Details
Content Deep Dive

How to go from S3 to Qdrant with no code using Unstructured

Blog post from Unstructured

Post Details
Company
Date Published
Author
Nick Van Nest
Word Count
825
Language
English
Hacker News Points
-
Summary

This tutorial provides a comprehensive guide on building a document transformation pipeline using Unstructured’s web-based Workflow builder, which facilitates seamless data movement from Amazon S3 to Qdrant without the need for orchestration code. The process involves connecting an S3 bucket to Unstructured, creating S3 and Qdrant connectors, setting up a Qdrant cluster, initializing collections, and building a workflow to process documents. Users can automatically partition text from various document types, generate embeddings, and push vectors into Qdrant for applications such as search or retrieval-augmented generation (RAG). The workflow supports customizable options like embedding model selection, image description enrichment, and table summary conversion, enhancing document content with natural language processing. The tutorial culminates in a fully automated pipeline, serving as an efficient starting point for indexing or deploying RAG systems.