Installing Marqtune
Prerequisites
To use Marqtune, you will need the following:
- A Marqo Cloud account with an API Key (see below)
To run Marqtune with Python, you will also need:
- Python 3
- PIP
Marqo API Key
To run Marqtune, you will need a Marqo API Key. To do this,
- Sign up, if you haven't already, to Marqo Cloud.
- Navigate to API Keys. You can either create a new API key or use the default. Copy this key, you'll need it when we begin programming later.
For a full walkthrough on how to find your API key, visit our article.
Installation
To use Marqtune, all you need to run is:
pip install marqtune
What to Expect
When creating your Marqo Cloud account, the UI will look as follows:
Notice how there's a section on the left-handside navigation bar for Marqtune; this is where we'll be fine-tuning our embedding models! In the next section, we'll explain how you can do this.
What's next?
Now you have everything you need to begin building, check out our Quick Start guide to get started!