microsoft / OpenAIWorkshop

workshop materials to build intelligent solutions on Open AI
MIT License
473 stars 275 forks source link

Facing an issue in Function app #159

Open yashmadan123 opened 8 months ago

yashmadan123 commented 8 months ago

Hi @james-tn,

We are facing an issue in a natural language query lab scenario: https://github.com/microsoft/OpenAIWorkshop/blob/main/scenarios/natural_language_query/README.md, We are not able to get the expected output inside the function app; we are getting an output like this: {"data": "I cannot understand question can you try again?", "query": "NA"}.

Please find the image below for reference:

image

Can you please provide the solution to this ASAP?

Thank you

james-tn commented 8 months ago

That lab is deprecated, can you try https://github.com/microsoft/OpenAIWorkshop/blob/main/scenarios/incubations/automating_analytics/README.md?