You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking through the AzureAISearchDataSource implementation, I see that the renderData method both performs the search and formats the results as a string. How can I get hold of the search results as an object and use it to generate a citation list?
Basically, I'd like to reproduce the output as in example 04.h by using the AzureAISearchDataSource approach as in example 04.g.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking through the AzureAISearchDataSource implementation, I see that the
renderData
method both performs the search and formats the results as a string. How can I get hold of the search results as an object and use it to generate a citation list?Basically, I'd like to reproduce the output as in example 04.h by using the AzureAISearchDataSource approach as in example 04.g.
teams-ai/js/samples/04.ai-apps/g.datasource-azureAISearch/src/AzureAISearchDataSource.ts
Line 110 in 720447f
Beta Was this translation helpful? Give feedback.
All reactions