StampyAI / stampy-nlp

NLP microservices for Stampy FAQ and AI Safety Info
0 stars 0 forks source link

filter out duplicates & deleted, change coda table #7

Closed ccstan99 closed 1 year ago

ccstan99 commented 1 year ago

Made changes to table and filtered status as discussed on Discord. In coda, do you know what's the difference between TABLE_ID 'table-YvPEyAXl8a' and 'Answers'? The former seems to have 12 extra entries. Matthew suggested to switching to pulling question titles from that one.

mruwnik commented 1 year ago

do you have a list of the extra items? Going by id is generally better, because it allows for the table to be renamed without having to change the code. From what I can see the frontend uses the table with that id, but I can't see where the difference comes from :/

ccstan99 commented 1 year ago

do you have a list of the extra items?

No, that's why I asked if you happened to know off the top of your head. I only kept a count and noticed the number jumped from 478 to 490. Shouldn't be too hard to figure out though.