Add vectors to a space
POST/spaces/:qid/vectors
Inserts one or more vectors into the given space. Each vector must match the space's configured vector dimension. Each vector may carry document_ids: document UUIDs in the same space to link the new vector to via vector_documents edges (ids that don't exist or belong to another space are ignored). Requires content access for the space qid.
Request
Responses
- 201
- 400
- 403
- 404
Created
Bad Request
Forbidden
Not Found