Pipeline Actions
Query pipeline
Query the vector database attached to a pipeline
POST
/
v2
/
pipelines
/
{pipeline_id}
/
search
Authorizations
neum-api-key
string
headerrequiredPath Parameters
pipeline_id
string
requiredBody
application/json
query
string
requirednumber_of_results
integer
requiredfilter
object
collect_retrieval
boolean
default: falserequested_by
string
include_score
boolean
default: falseinclude_raw_embeddings
boolean
default: falseResponse
200 - application/json
The response is of type any
.
Was this page helpful?