Quickstart
This quickstart walks you through building powerful Search with Mixedbread's Stores. You'll turn your files into a searchable knowledge base and explore it using natural language queries.
Pick the approach that fits your workflow: use our SDKs for seamless programmatic control and integration into your applications, or run everything directly in your terminal with the CLI for streamlined scripting and automation.
Using the SDK
Before you begin, make sure you have:
- API Key: Get your API key from the API Keys page
- SDK Installed: Install the Mixedbread SDK for your preferred language
Python
TypeScript
Create a Store, upload your files, and search with natural language:
Working with Metadata
Add metadata during upload to categorize files and filter during search:
Use metadata to organize files by category, department, or any custom attribute, then search only the relevant subsets.
Using the CLI
Before you begin, make sure you have:
- API Key: Get your API key from the API Keys page
- CLI Installed: Install the Mixedbread CLI using your preferred package manager