OpenAIWorkshop
OpenAIWorkshop copied to clipboard
workshop materials to build intelligent solutions on Open AI
The "Deploy to Azure" part has deployed a V1 version of storage account, which didn't support managed identity, causing the following steps in creating JSON dataset to fail due to...
Guide: https://github.com/microsoft/OpenAIWorkshop/blob/main/scenarios/openai_on_custom_dataset/Automated.md#step-1 Problem: Function deployment failure Error: [Errno 2] No such file or directory: '#for e.g C:\\source\\repos\\tibco\\testfile for Windows and /mnt/source/folder for Linux' You can test the function url by...
Guide: https://github.com/microsoft/OpenAIWorkshop/tree/main/scenarios/openai_batch_pipeline Path: scenarios/openai_batch_pipeline Problem: Integration issues between Azure Synapse and Storage account. Error: Azure Blob linked service with account kind as empty or "Storage" (general purpose v1) does not...
Fixing broken link to 98_Hyperparameters_Overview.md file Modified File: scenarios/prompt_engineering/02_Sample_Scenarios/03_Question_Answering.md
Deployment instructions: https://github.com/microsoft/OpenAIWorkshop/tree/main/scenarios/natural_language_query#deploy-the-application-to-azure Error inside the webapp service: Error: - Invalid value: File does not exist: multi_agent_copilot.py - ERROR - Container app-web-xxxxxxxx didn't respond to HTTP pings on port: 8000,...
Documentation file: https://github.com/microsoft/OpenAIWorkshop/tree/main/scenarios/natural_language_query#install-the-application-locally Step 2: Provide settings for Open AI and Database by creating a file named secrets.env file in the root of this folder (scenarios/incubations/automating_analytics). Please follow the template...
File: OpenAIWorkshop\scenarios\powerapp_and_python\python\OpenAI_notebook.ipynb Deprecated model: text-curie-001 File: OpenAIWorkshop\scenarios\powerapp_and_python\python\OpenAI_Spark.ipynb Deprecated model: text-similarity-ada-001
File: https://github.com/microsoft/OpenAIWorkshop/blob/main/scenarios/powerapp_and_python/python/openaipython.py Error: Deprecated libraries Library: openai.Completion Error: raise APIRemovedInV1(symbol=self._symbol) openai.lib._old_api.APIRemovedInV1: You tried to access openai.Completion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python...