Query using RAG Search
Query across your connected data sources using RAG Search
post/rag/query
Headers
x-connection-tokenstring required
The connection token
Request body
Example request
{
"query": "When does Panora incorporated?"
}Response
Example response
[
{
"chunk": "Date : 06/07/2023",
"metadata": {
"blobType": "",
"text": "ATTESTATION"
},
"score": 0.87,
"embedding": [
-0.00442447886,
-0.00116857514,
0.00869117491,
-0.0361584462,
-0.00220073434,
0.00946036354,
-0.0101112155
]
}
]