Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Blaze (v4)

Standalone

Please complete this required field.

Please complete this required field.

Please complete this required field.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Leave it blank if an HDC service is not required.

Please complete this required field.

Please complete this required field.

Mac addresses of all servers, separated by line break or comma.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Maximum Shard Services
Maximum Total Cores for Shard Service
Maximum HDC Services
Maximum Total Cores for HDC Service
Applied Validity Period(days)
Effective Date
Expired Date
Mac Address
Reason for Application
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.0
Search
    English
    v5.0

      Vector Servers

      Overview

      The vector servers can be deployed alongside Ultipa Powerhouse (v5), providing support for vector indexing and search.

      Showing Vector Servers

      Retrieves information about all vector servers:

      SHOW VECTOR SERVER
      

      show().vector()
      

      Retrieves information about the vector server named vector_server_1:

      show().vector("vector_server_1")
      

      The information about vector servers is organized into a table named _vector, including the following fields:

      Field
      Description
      name Name of the vector server.
      addr IP address and port of the vector server.
      status Current state of the vector server, which can be ACTIVE or DEAD.
      last_heartbeat Timestamp of the last heartbeat sent to the meta servers by the vector server.

      Adding a Vector Server

      After successfully deploying a new vector server, it must be registered with the meta servers before it can be utilized. This process ensures that the new vector server is recognized within the system.

      The following example adds a vector server with the name vector_server_1 and the address 127.0.0.1:55555:

      ADD VECTOR SERVER "vector_server_1" AT "127.0.0.1:55555"
      

      alter().vector().add({name: "vector_server_1", addr: "127.0.0.1:55555"})
      

      Deleting a Vector Server

      You can unregister an inactive or obsolete vector server from the meta servers.

      The following example deletes the vector server with the name vector_server_1:

      DELETE VECTOR SERVER "vector_server_1"
      

      alter().vector().delete({name: "vector_server_1"})
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写