Marqo
Trace Marqo tensor search operations with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is Marqo?
Marqo is an end-to-end tensor search engine that combines vector search with traditional keyword search. It handles embedding generation, storage, and retrieval in a single platform, supporting text, images, and multimodal search.
Setup
View your trace
Open the Traces page to see your Marqo operation spans.
Always call respan.flush() before your process exits. Without it, pending spans may be lost.
What gets traced
- Index creation and configuration
- Document add, update, and delete operations
- Tensor search queries and result rankings
- Embedding generation and processing
- Query parameters and filtering
- Operation latency
Learn more
- OpenTelemetry integration — How Respan processes OTel spans
- Marqo documentation — Official Marqo docs