MSUSAzureAccelerators / Azure-Cognitive-Search-Azure-OpenAI-Accelerator

Virtual Assistant - GPT Smart Search Engine - Bot Framework + Azure OpenAI + Azure AI Search + Azure SQL + Bing API + Azure Document Intelligence + LangChain + CosmosDB
https://gptsmartsearchapp.azurewebsites.net
MIT License
326 stars 540 forks source link

How do I bring the CSVTabularTool in the frontend #29

Closed carlaelisa closed 10 months ago

carlaelisa commented 11 months ago

I understand that in the demo it uses the sql connection to query of the tabular data. However, I'd like to include the CSVTabularTool as well.

I did the following:

the corresponding testdata.csv i stored in the same folder structure.

When i deployed this and try @csvfile then i have the following output: image

pablomarin commented 10 months ago

What you did is correct, something is happening in your deployment that the code is not being updated. This would be my guess. But your steps are correct.

carlaelisa commented 10 months ago

Thank you @pablomarin for your response. It did not give me something back after several tries - So I ended up using sqlsearch again.