curl $UPSTASH_VECTOR_REST_URL/random \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"
{ "result": { "id": "id-0", "vector": [0.1, 0.2] } }
Fetches a random vector.
null
Hide child attributes
Was this page helpful?