Share feedback, ideas and get community help

Updated 6 months ago

No global transcription of a discussion with an AI

At a glance

The community member wants to record the full discussion with an AI and save it to a database. They created a test flow but could only save the first answer. The community members discuss how to save the entire transcript, with some suggesting creating a new record for each answer, while others express concerns about the feasibility of this approach. There is no explicitly marked answer, but the community members continue to discuss potential solutions, including the use of two tables to capture session and transaction details, and a reference to an issue being tracked to address the problem.

Useful resources
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
1
W
U
R
10 comments
Keep creating nocodb record after each answer given
dont try to send the entire transcript together
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.
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
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?
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 ?
Indeed managed to reproduce this
Add a reply
Sign up and join the conversation on Discord