Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azopenai] Adding in support for using Azure Chat Extensions with external data sources #21426

Merged
merged 7 commits into from
Aug 28, 2023

Conversation

richardpark-msft
Copy link
Member

@richardpark-msft richardpark-msft commented Aug 23, 2023

Adding in support for chat extensions, based on the pre-release .tsp that @trrwilson created.

This'll be close or exactly the same as what gets merged and I'll create a second PR to update when it does.

Fixes #21373

@richardpark-msft
Copy link
Member Author

(have to add recordings real quick and add some extra live config variables)

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@richardpark-msft
Copy link
Member Author

(rerunning live build - I didn't update the remote variable group properly)

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

* Adding in support for chat completion extensions, which lets you use an Azure Cognitive Search index in addition to OpenAI's model to reply to your prompt.
* Updating all examples so they use the new two-line error check for examples.
@richardpark-msft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft
Copy link
Member Author

/azp run go - azopenai

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft richardpark-msft enabled auto-merge (squash) August 28, 2023 18:24
@richardpark-msft richardpark-msft merged commit ae18cb4 into Azure:main Aug 28, 2023
@richardpark-msft richardpark-msft deleted the ai-chatextensions branch August 28, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[azopenai] Restructure ChatCompletionOptions to allow for Azure extensions
2 participants