cURL
curl --request POST \ --url https://api.neum.ai/v2/pipelines/{pipeline_id}/search \ --header 'Content-Type: application/json' \ --header 'neum-api-key: <api-key>' \ --data '{ "query": "<string>", "number_of_results": 123, "filter": {}, "collect_retrieval": false, "requested_by": "<string>", "include_score": false, "include_raw_embeddings": false }'
"<any>"
Query the vector database attached to a pipeline
Successful Response
The response is of type any.
any
Was this page helpful?