# Answer question about table - Poor performance

**URL:** https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716
**Category:** Ask for Help
**Created:** [May 28, 2024, 2:54pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716 "2024-05-28T14:54:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Emmett\_M](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/emmett_m/32/60683_2.png) [@Emmett\_M](https://community.glideapps.com/u/Emmett_M)
#### Post date: [May 28, 2024, 2:54pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/1 "2024-05-28T14:54:53Z")

</div>

Hey guys , I have a simple CSV as a table and am using the openai action to chat with it but the performance is really bad. It doesnt get the correct answers often at all and Im wondering is this due to the model being used?

I can’t change the model being used with this integration and wonder why its not a feature for Glide AI yet either?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [May 28, 2024, 6:18pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/2 "2024-05-28T18:18:32Z")

</div>

This feature of the OpenAI integration was experimental – it does not work reliably.

We are working on deeper changes to Glide that will enable a reliable version of this.

---

<div class="post-metadata">

### Author: ![Emmett\_M](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/emmett_m/32/60683_2.png) [@Emmett\_M](https://community.glideapps.com/u/Emmett_M)
#### Post date: [May 28, 2024, 7:07pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/3 "2024-05-28T19:07:13Z")

</div>

Thanks David.

That would be an awesome addition.

Nice touch adding the “hide sidebar” recently also.

---

<div class="post-metadata">

### Author: ![Nataliya\_Kovaleva](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nataliya_kovaleva/32/67518_2.png) [@Nataliya\_Kovaleva](https://community.glideapps.com/u/Nataliya_Kovaleva)
#### Post date: [May 29, 2024, 12:55am UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/4 "2024-05-29T00:55:11Z")

</div>

Hi Emmet! I was wondering what is the temperature that your ai chat is set to? (EDIT: Try 0,1). Also may be try to convert csv into json format and see if ai can analyse it better then csv… You can also create a separate ai assistant that is trained on your data and connect it to Glide via API call and chat with it.

---

<div class="post-metadata">

### Author: ![Emmett\_M](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/emmett_m/32/60683_2.png) [@Emmett\_M](https://community.glideapps.com/u/Emmett_M)
#### Post date: [May 29, 2024, 1:58pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/5 "2024-05-29T13:58:21Z")

</div>

Yes , I have some external chatbots but have some use cases that need the openai integration.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 29, 2024, 11:44pm UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/6 "2024-05-29T23:44:24Z")

</div>

I wonder if you can reliably convert your data into vectors in Glide and create a RAG application yourself. It might be worth a try.

---

<div class="post-metadata">

### Author: ![Nataliya\_Kovaleva](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nataliya_kovaleva/32/67518_2.png) [@Nataliya\_Kovaleva](https://community.glideapps.com/u/Nataliya_Kovaleva)
#### Post date: [May 30, 2024, 1:43am UTC](https://community.glideapps.com/t/answer-question-about-table-poor-performance/73716/7 "2024-05-30T01:43:17Z")

</div>

@Loqode just came up with a solution for this, he’s posting a full tutorial soon 🤓
