Retrieve top-k chunks from vector store without LLM answer.
cURL
curl --request POST \ --url https://api.example.com/api/v1/query/ \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "top_k": 5, "metadata_filters": {} } '
{ "references": [ { "source_name": "<string>", "source_type": "<string>", "url": "<string>", "score": 123, "title": "<string>", "text": "<string>", "extras": {} } ], "raw": [ "<string>" ] }
Successful Response
Show child attributes