Design, implement, review, or tune a custom harness for Mixedbread's Toast-1 search model through the OpenAI-compatible Completions API. Use when building bounded search-agent loops, custom retrieval or answer tools, parallel tool execution, evidence ranking…
mixedbread-ai/skills
SkillsMP has collected 5 skills from mixedbread-ai/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 12
- GitHub forks
- 2
Skills in this repository
Showing 5 of 5 collected skills.
Call Mixedbread's Toast-1 search model through the OpenAI-compatible Chat Completions API. Use when authenticating against the Mixedbread completions endpoint, setting request parameters, declaring function tools and answering tool calls, forcing a structured…
Build and query managed search indexes (Stores) using the Mixedbread Python and TypeScript SDKs. Use when creating knowledge bases, uploading documents, performing semantic or vector search, asking questions over documents, using agentic multi-step retrieval,…
Parse documents, extract structured content, and run OCR using the Mixedbread Parsing API. Use when parsing PDFs, Word documents, PowerPoint slides, or images, extracting tables or form fields, running OCR on scanned documents, converting documents to…
Use the mxbai CLI to manage stores, upload files, search documents, ask questions, and sync directories from the terminal. Use when performing Mixedbread operations via command line, setting up CI/CD pipelines with store sync, or managing API keys.