cURL
curl --request POST \ --url https://app.baseplate.ai/api/datasets/{id}/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "top_k": 123, "filter": {}, "alpha": 123 }'
Manually search your dataset using semantic or hybrid search.
{ "results": [ { "embedding": "a search warrant at Defendant Pebbles Jean- Paulβs", "data": { "text": "a search warrant at Defendant Pebbles Jean- Paulβs", "author": "Andrew Luo" }, "confidence": 0.76768893, "query": "hello", "metadata": { "rowId": 208422, "state": "ark", "url": "/973179d1-2edd-49f9-aa3e-32785bb3fa01/data.txt" } } ] }