XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 11.8.2
    • 11.8.3
    • Vector search
    • None
    • win64
    • Not for Release Notes

    Description

      vector size https://mariadb.com/docs/server/reference/data-types/numeric-data-types/vector VECTOR(N)

      Description

      The VECTOR data type was added as part of the vectors feature, which permits MariaDB Server to perform as a relational vector database. N represents the fixed number of dimensions of the vector up to a maximum of 65532. The N dimension will be determined by the embedding algorithm.
      Example

      CREATE TABLE t1 (id INT AUTO_INCREMENT PRIMARY KEY, v VECTOR(5) NOT NULL,
      VECTOR INDEX (v));

      vector (61504)
      the vector is generate from pipeline of 992x992 image size (992/8 or 992/32) this is max vector size image 1024x1024> 65532 vector size

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              redowl redowl
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.