Data Ingestion and Integration
Loading Unstructured.io Data into Qdrant from the Terminal - Qdrant

Loading Unstructured.io Data into Qdrant from the Terminal - Qdrant

1/8/2024 · Anush Shetty

What this post added

This post details the technical steps and commands required to ingest data from Discord channels into Qdrant using the Unstructured.io CLI. It covers setting up prerequisites (Qdrant instance, Discord bot token, Unstructured CLI with specific extras), retrieving data from Discord using `unstructured-ingest discord`, creating a Qdrant collection with specified vector dimensions and distance metrics via a `curl` command, and finally ingesting the structured data into Qdrant using `unstructured-ingest local qdrant`. It highlights configuration options for embedding providers, collection names, API keys, and locations, as well as mentions support for partitioning and chunking.

Read the original post ↗