Pamela Fox
Pamela Fox
I discovered we had a bug which caused us to ignore the prompt override in the chat tab, I just merged a fix for it in pr #606
@jinalbb02 There may be an issue with SSL on your device, can you try the suggestions here? https://stackoverflow.com/a/43855394/1347623 Those have worked for me for similar errors.
@gukoff Thanks for this PR, I ended up making the same changes in a recent PR that changed the interface, so we don't need to merge this anymore.
It seems like something isn't correct with the OpenAI instance. One thing you could do is check .azure/YOUR-ENV-NAME/.env and inspect the OpenAI related variables. Here's what mine looks like: ```...
@Xiang-CH Can you be specific about what error you're seeing, and where you're seeing it? Please paste logs and note regions.
@Xiang-CH Hm. Which line of code is producing that error? Here's what I suggest for debugging it: 1) Isolate that line of code into a Python file and try running...
@Xiang-CH I ran into the same error today in fact, and I followed my suggested steps for debugging it, and I realized that openai.api_base was not set correctly. Another thing...
To upload new data, you can pass --removeall into prepdocs.py to remove the current docs, then replace data folder with your own documents and rerun prepdocs.sh As for the error...
I'm guessing this was due to having an older version of the Azure Cognitive Search package, as I'm not sure why SEMANTIC would be missing. Please check your package version...
One approach is to call a service that can generate pandas code to answer questions like that, and run the analysis code in a sandboxed Python environment. That's now possible...