POST
/
collections
/
embeds
/
search
/
multi
curl --request POST \
  --url https:///%7B{baseurl}%7D/collections/embeds/search/multi \
  --header 'Content-Type: application/json' \
  --data '{
  "searches": [
    {
      "collection_name": "sift1m",
      "vector": [
        1,
        3,
        11,
        110,
        62,
        22,
        4,
        0,
        43,
        21,
        22,
        18,
        6,
        28,
        64,
        9,
        11,
        1,
        0,
        0,
        1,
        40,
        101,
        21,
        20,
        2,
        4,
        2,
        2,
        9,
        18,
        35,
        1,
        1,
        7,
        25,
        108,
        116,
        63,
        2,
        0,
        0,
        11,
        74,
        40,
        101,
        116,
        3,
        33,
        1,
        1,
        11,
        14,
        18,
        116,
        116,
        68,
        12,
        5,
        4,
        2,
        2,
        9,
        102,
        17,
        3,
        10,
        18,
        8,
        15,
        67,
        63,
        15,
        0,
        14,
        116,
        80,
        0,
        2,
        22,
        96,
        37,
        28,
        88,
        43,
        1,
        4,
        18,
        116,
        51,
        5,
        11,
        32,
        14,
        8,
        23,
        44,
        17,
        12,
        9,
        0,
        0,
        19,
        37,
        85,
        18,
        16,
        104,
        22,
        6,
        2,
        26,
        12,
        58,
        67,
        82,
        25,
        12,
        2,
        2,
        25,
        18,
        8,
        2,
        19,
        42,
        48,
        11
      ],
      "limit": 10,
      "filter": null
    },
    {
      "collection_name": "sift1m",
      "vector": [
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        18,
        6,
        28,
        64,
        9,
        11,
        1,
        0,
        0,
        1,
        40,
        101,
        21,
        20,
        2,
        4,
        2,
        2,
        9,
        18,
        35,
        1,
        1,
        7,
        25,
        108,
        116,
        63,
        2,
        0,
        0,
        11,
        74,
        40,
        101,
        116,
        3,
        33,
        1,
        1,
        11,
        14,
        18,
        116,
        116,
        68,
        12,
        5,
        4,
        2,
        2,
        9,
        102,
        17,
        3,
        10,
        18,
        8,
        15,
        67,
        63,
        15,
        0,
        14,
        116,
        80,
        0,
        2,
        22,
        96,
        37,
        28,
        88,
        43,
        1,
        4,
        18,
        116,
        51,
        5,
        11,
        32,
        14,
        8,
        23,
        44,
        17,
        12,
        9,
        0,
        0,
        19,
        37,
        85,
        18,
        16,
        104,
        22,
        6,
        2,
        26,
        12,
        58,
        67,
        82,
        25,
        12,
        2,
        2,
        25,
        18,
        8,
        2,
        19,
        42,
        48,
        11
      ],
      "limit": 10,
      "filter": null
    }
  ]
}'
{
  "response": "ok",
  "status": []
}

The REST API endpoints can be used with PulsejetDB running locally at http://127.0.0.1:47044.

Headers

Content-Type
string
User-Agent
string

Body

application/json · object

Response

200 - application/json
OK

The response is of type object.