@Viswavaageesh Chandramouli I'm glad to see you were able to resolve your issue. Thanks for posting your solution so that others experiencing the same thing can easily reference this. Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.
.
Issue:
You're using Azure AI Studio with Azure SQL DB. You would like to retrieve the numerical fields, but getting the response The retrieved documents do not provide specific information on the maximum units
. You need help with numerical retrieval of data.
.
Resolution:
- Make the rewriteIntent node convert user's query to Odata string
- Use a python code to send an REST API request for the Odata query
- Concat numerical fields in the output to the CombinedText field
- Use it to in the generateReply LLM node to retrieve the answer.
**
Please do not forget to "Accept the answer” and “up-vote” so that this beneficial to other community members.