You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I have narrowed it down to token usage, just trying to get a confirmation. I have deployed successfully to the cloud, can ask questions to the Vector Search only perfectly fine, Semantic Ranker works, but only if you give it time before hitting it again, the Graph Rag + Semantic Ranker I have not gotten to work, it fails every time. Is there a estimation token usage somewhere for me to reference in able to troubleshoot better?
The error from App Insights is a 404 when it is traced:
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue @mazer-rakham . Has it been completely resolved after performing a hard refresh on your browser? While there is a 16K token limit for the Azure OpenAI model, I suspect your issue might be unrelated.
Yeah, if you hard refresh the browser it works on each of the 3 designs, so do vector only, hard refresh, semantic only, hard refresh, then combination, hard refresh and it works, if you try and do one, than the other, then it [object, Object] with the weird 404 ml endpoint in App Insights. Also I had to do alot of modification for it to deploy the postgres to the cloud and seed it correctly, I had to do a lot of py import changing and added a new setup script
I think I have narrowed it down to token usage, just trying to get a confirmation. I have deployed successfully to the cloud, can ask questions to the Vector Search only perfectly fine, Semantic Ranker works, but only if you give it time before hitting it again, the Graph Rag + Semantic Ranker I have not gotten to work, it fails every time. Is there a estimation token usage somewhere for me to reference in able to troubleshoot better?
The error from App Insights is a 404 when it is traced:
The text was updated successfully, but these errors were encountered: