Skip to content

Welcome to the Marqo Cookbook!

The Marqo Cookbook is a collection of recipes, best practices, and tips for using Marqo to build vector search backed applications.

The cookbook is designed to be a practical guide to help you get the most out of Marqo and answer common questions. The guides contain a mix of Marqo specific information as well as concepts and techniques that are generally applicable.

All guide expect that you have Marqo running on localhost using the default port of 8882 and have the Python client installed.

The client can be installed using pip:

pip install marqo

Marqo can be run using Docker:

docker run --name marqo -it -p 8882:8882 marqoai/marqo:latest

Table of Contents