Well done JohnAziz, such an amazing explanation.
Scenario 1
Does the current architecture support some basic calculations, e.g. if the data contains something like this
Product | Country | Number of units | Price |
product 1 | UK | 10 | 1,000 |
product 2 | USA | 5 | 1,300 |
product 1 | Germany | 11 | 999 |
In which country the product 1 is the cheapest?
What is the total number of product 1 outside of Europe?
Scenario 2
Is it possible to have multiple sources of our own data, e.g. two cognitive indexes or a mix of a cognitive index and a blob storage?
In the cognitive index a few articles about product 1 + we have the table above. How can we feed the model with those two data sources, so chat both be able to answer:
Give me a summary of the product one production process (from those articles) and what is the average price (from the table)
thanks in advance