T
Typebot8mo ago
Ulrich

No global transcription of a discussion with an AI

I want to "record" all the questions and answers of a discussion with an AI (can be OpenAI, or else). I created a test flow here https://typebot.memoways.com/transcript-test, but i get only the first answer saved into my nocoDB base. How would it be possible to saved the whole discussion (a loop) into my database ? Here is the view to the nocoDB base where i save the answer https://nocodb.memoways.com/dashboard/#/nc/view/0729ef97-2b02-4fce-9ee3-9f975837ce1a Thanks ! @Baptiste
NocoDB
NocoDB
NocoDB provides an intuitive spreadsheet interface for creating online databases, either from scratch or by connecting to any Postgres/MySQL. Access your data through interactive UIs or via API and SQL. Get started for free.
7 Replies
William
William8mo ago
Keep creating nocodb record after each answer given dont try to send the entire transcript together
Ulrich
UlrichOP8mo ago
Thanks - but I do not understand what I should do… create one new record for each answer ? I was hoping that I could save the whole transcript in one record, linked to the user.
William
William8mo ago
Yes one record for each answer, have 2 tables, one capturing session details and the other one capturing transaction details.. If you dont do 1 record for each answer, it wont scale well plus wont be good db design
RsBlue1
RsBlue18mo ago
Good evening everyone, I'm tinkering with the TypeBot code to test my knowledge, and I can't find the limitations part, for example releasing whatsapp for free, the question of the number of messages that can be exchanged using the chatbot, can anyone help me?
Ulrich
UlrichOP8mo ago
Thanks, will try that @Baptiste thinking about this transcription of a "open" discussion with an AI. If i need to record each sentence in a new record, it's the same as capturing each interaction in an individual variable, thus the transcript feature in itself makes no sense anymore... There is something i do not understand well here. Ideally, i would love that at the end of the discussion (when the loop is finished), the whole transcript of the discussion is saved in my DB. As i understood the Transcript variable feature, this was the goal - but how can i setup the saving of the transcript into a DB field linked to a user ?
Baptiste
Baptiste8mo ago
Indeed managed to reproduce this

Did you find this page helpful?