KHTee
(Isaac)
March 24, 2022, 4:25am
1
Hi,
I am using RASA X to annotate and test my bot. However, I noticed that the conversation history before action_restart is missing from the conversation history. Please refer to screenshot for the interactive learning chat and conversation history. Any idea what is wrong?
My RASA and RASA X version are
RASA_X_VERSION="1.0.1"
RASA_VERSION="2.8.16"
Talk to your bot (Interactive Learning)
Conversations
1 Like
nik202
(NiK202)
March 24, 2022, 9:17am
2
@KHTee please try a long conversation with the bot and then check? If the issue persist do let us know.
KHTee
(Isaac)
March 24, 2022, 1:52pm
3
Hi @nik202 ,
Yes, same issue when I restart after a longer conversation (>10 messages).
ChrisRahme
(Chris Rahmé)
March 25, 2022, 8:48am
4
The “Conversations” tab splits conversations into multiple tabs.
Look at the left of your screen, which you did not include in your pictures. Can you see a list of conversations?
If not, did you delete your tracker store? By default, it’s the .db
files, which contain all your conversation data.
nik202
(NiK202)
March 25, 2022, 9:49am
5
@KHTee can you tell how you installed the rasa x ?
KHTee
(Isaac)
March 28, 2022, 12:46am
6
@ChrisRahme Yes, there is a list of conversations. However, only one conversation for each unique ID.
KHTee
(Isaac)
March 28, 2022, 12:47am
7
@nik202 I’m using the docker-compose method as per this guide .
nik202
(NiK202)
March 28, 2022, 11:54am
8
@KHTee as per my knowledge there is no version supporting docker-compose for rasa x. Ref: Introduction to Rasa X
If you are using docker-compose I’d recommend downgrading to 0.42.5, hope this will solve your issue.
Good Luck!
nik202
(NiK202)
March 28, 2022, 11:55am
9
@ChrisRahme this is the issue I was talking to you about last time and yet now an update from Rasa Team!
1 Like
nik202
(NiK202)
March 28, 2022, 11:56am
10
hello, @alexweidauer do we have such installation support for Rasa X as shown on this link : Docker Compose Installation
Many thanks.