Hanzo
PlatformHanzo CloudThe BasicsBeginner Guide

Add an Embedding Provider

Explore how to integrate an embedding provider with Hanzo Cloud.

This document is a step-by-step tutorial designed for beginners. It will guide you through the process of integrating an embedding provider with Hanzo Cloud, our powerful knowledge base system.

Introduction

Embedding is a technique used to represent words and documents as vectors. Embedding providers allow you to analyze and process data within your knowledge base system, making it more intelligent and efficient.

Refer to the Core Concepts section of our previous documentation for more information about embedding.

In Hanzo Cloud, you can add an embedding provider by following these steps:

Step 1: Deploy Hanzo IAM and Hanzo Cloud

Before you can add an embedding model provider, make sure you have Hanzo IAM and Hanzo Cloud deployed. If you haven't done, please refer to the Deploy Hanzo IAM and Hanzo Cloud tutorial.

Step 2: Add a New Embedding Provider

Embedding providers are used to integrate embedding into Hanzo Cloud. You can add them by following these steps:

Click the Providers button on the home page.

Hanzo Cloud-home-providers

Step 2.1: Add an Embedding Provider

Click the Add button to add an embedding provider.

Hanzo Cloud-providers-add

Step 2.2: Fill in Embedding Provider Details

Fill in the embedding provider details and click the Save & Exit button.

Hanzo Cloud-embedding

Tip

Same as the Model Provider section, Hanzo Cloud supports many embedding providers, including:

  • OpenAI
    • AdaSimilarity
    • DavinciSimilarity
    • AdaEmbedding2
    • ......
  • Hugging Face
    • sentence-transformers/paraphrase-MiniLM-L6-v2
    • ......

Return providers list page:

Hanzo Cloud-embedding-view

Now, you can use the embedding provider to convert text to vectors.

After adding an embedding provider, you can use it to retrieve similar documents in Hanzo Cloud. For more information, please refer to the Core Concepts section of our previous documentation.

In the next chapter, we will learn how to integrate storage providers, model providers, and embedding providers with Hanzo Cloud.

How is this guide?

Last updated on

On this page