We are going to replace the explore more section of each definition, see: https://definethecloud.guide/version-control as an example, with a "Project Idea" that will display a project idea users can work on to better develop their skill with whatever word they are looking at.
However, we need to update our data schema to better feed our completions.
Our Azure OpenAI model will be grounded with cloud services and cloud certifications data.
Ideally each of our definitions can map to a cloud certification and/or cloud service when appropriate.
look at our model and figure out what the new schema would look like.
Existing model:
{
"id": "",
"word": "",
"content": "",
"author": {
"name": "",
"link": ""
},
"learnMoreUrl": "",
"tag": "",
}
We are going to replace the explore more section of each definition, see: https://definethecloud.guide/version-control as an example, with a "Project Idea" that will display a project idea users can work on to better develop their skill with whatever word they are looking at.
However, we need to update our data schema to better feed our completions.
Our Azure OpenAI model will be grounded with cloud services and cloud certifications data.
Ideally each of our definitions can map to a cloud certification and/or cloud service when appropriate.
look at our model and figure out what the new schema would look like.
Existing model:
{
"id": "",
"word": "",
"content": "",
"author": {
"name": "",
"link": ""
},
"learnMoreUrl": "",
"tag": "",
}