Below you can find known issues when working with RAG Assistants.
The following error appears when executing a query, in particular with the embeddings of the query.
{
"error": {
"code": 500,
"message": "Embeddings Request failed with status code 401"
},
"result": {
"messages": [
"Embeddings Request failed with status code 401"
],
"success": false
},
"text": ""
}
Check the status of the Default API Tokens in your project, it must be set in active state.
Embeddings Troubleshooting
LLM Troubleshooting