Is there an easy way to take the results from an Azure AI Search query, which is a json object containing the chunks and the answer directly from AI Search and hook up the chunks each to their respective doc reference [doc1], [doc2], etc... in an easy way without using the generative answers node?
Good morning,
If you like programming, you could call the API for Azure AI search via http maybe ? You could also do an azure function stored in azure that does the semantic search and call it in pva via http. I found this documentation which could maybe help :
https://learn.microsoft.com/en-us/azure/search/search-get-started-semantic?tabs=dotnet
Have a great day !
Michael E. Gernaey
169
Super User 2025 Season 2
Romain The Low-Code...
150
sandeep_angara
75
Super User 2025 Season 2