2023-07-24 16:20:44 -04:00
{
"$schema" : "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json" ,
"solution" : {
2023-07-26 05:45:41 -04:00
"name" : "Azure OpenAI Data Connector sample" ,
2023-07-24 16:20:44 -04:00
"id" : "8825f8b6-a323-4c34-abf5-29009d24a929" ,
"version" : "1.0.0.0" ,
"includeClientSideAssets" : true ,
"skipFeatureDeployment" : true ,
"isDomainIsolated" : false ,
"developer" : {
2023-07-26 05:45:41 -04:00
"name" : "Luis Mañez" ,
"websiteUrl" : "https://github.com/luismanez" ,
2023-07-24 16:20:44 -04:00
"privacyUrl" : "" ,
"termsOfUseUrl" : "" ,
"mpnId" : "Undefined-1.17.4"
} ,
"metadata" : {
"shortDescription" : {
2023-07-26 05:45:41 -04:00
"default" : "Using Azure OpenAI with Data connectors"
2023-07-24 16:20:44 -04:00
} ,
"longDescription" : {
2023-07-26 05:45:41 -04:00
"default" : "The webpart is calling the Azure OpenAI API, with a specific Data source configured to an existing Azure Search service that contains the Hotels index provided by Microsoft."
2023-07-24 16:20:44 -04:00
} ,
"screenshotPaths" : [ ] ,
"videoUrl" : "" ,
"categories" : [ ]
} ,
"features" : [
{
"title" : "react-azure-openai-connector Feature" ,
"description" : "The feature that activates elements of the react-azure-openai-connector solution." ,
"id" : "165527dc-1fba-467c-b616-4982900a993a" ,
"version" : "1.0.0.0"
}
]
} ,
"paths" : {
"zippedPackage" : "solution/react-azure-openai-connector.sppkg"
}
}