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'm running into issues with my rag-stack deployment. It initially worked (chatted with the bot) from a local rag-ui connecting to a azure deployed cluster. However, after uploading a document, the bot stopped working.
Now, no matter what I ask I get the infamous: Hey John, client just called asking about our reports. Could we get this done before Monday?
The errors I see in the browser are:
When loading the page after authentication: [/get-previews] 404 - {detail: "Not Found"}
When attempted to chat: [/ask-question] 500 - {detail: "'ScoredPoint' object has no attribute 'title'"}
To be clear, the OPTIONS calls are responding 200OK
I'm using Azure deploy-aks.sh and falcon-7b
The text was updated successfully, but these errors were encountered:
I'm running into issues with my rag-stack deployment. It initially worked (chatted with the bot) from a local rag-ui connecting to a azure deployed cluster. However, after uploading a document, the bot stopped working.
Now, no matter what I ask I get the infamous: Hey John, client just called asking about our reports. Could we get this done before Monday?
The errors I see in the browser are:
When loading the page after authentication:
[/get-previews] 404 - {detail: "Not Found"}
When attempted to chat:
[/ask-question] 500 - {detail: "'ScoredPoint' object has no attribute 'title'"}
To be clear, the OPTIONS calls are responding 200OK
I'm using Azure deploy-aks.sh and falcon-7b
The text was updated successfully, but these errors were encountered: