buerokratt / Training-Module

MIT License
2 stars 20 forks source link

Training module for Responses #13

Open vmugra opened 2 years ago

vmugra commented 2 years ago

AS A Chatbot Trainer I WANT TO create new and modify existing responses SO THAT rules and stories can be created

Acceptance Criteria

Proto: http://proto.we.ee/burokratt/treening/treening/vastused Figma views: Responses view Files: rasa-ilmateenused/domain.yml

GUI

DSL

Sample domain.yml

ceirowe commented 1 year ago

@vmugra GUI requirements are completed and proto environment updated.

vmugra commented 1 year ago

GUI ACs moved under task #81

RaulAltmae commented 1 year ago

Done in subtasks

turnerrainer commented 1 year ago

New grooming needed due to pre-production integration developments.

MarkoKull commented 1 year ago

The display the list (GET request) is done and working. There is question about update/add/delete actions. As currently all the responses are located inside yml files that are posted as raw data to opensearch API. @turnerrainer - how should the update/add functionality implemented on this?

turnerrainer commented 1 year ago

@MarkoKull YAML files are the ones storing the latest state of intents, responses, etc. That's due to how Rasa works. And we are currently based on Rasa regarding the chatbot and its training.

OpenSearch is in use to fetch data fast, but its content is always based on those Rasa YAML files.

So keep the flow as it is.

turnerrainer commented 1 year ago

In addition, use DataMapper and its helper functions to read, update, and delete the content of YAML files.

MarkoKull commented 11 months ago

@turnerrainer - can you look where the responses YAML is located. Seems to me currently the data comes fom opensearch/mock folder - responses.json file.

turnerrainer commented 11 months ago

@turnerrainer - can you look where the responses YAML is located. Seems to me currently the data comes fom opensearch/mock folder - responses.json file.

@MarkoKull does https://github.com/buerokratt/Training-Module/issues/90 (linked sub-issue of this epic) answer your question? It leads to https://github.com/buerokratt/Training-Module/blob/main/mock1/domain.yml#L56,L117

turnerrainer commented 10 months ago

One massive PR for the whole epic by @MarkoKull

SHOULD always have commits per issues, not epics.

turnerrainer commented 10 months ago

Marking status as "Acceptance Testing" as the only issue left undone is blocked by other developments and currently no active work is done within this epic.

ffrose commented 9 months ago

BUG - Able to add responses, yet unable to see them. No error displayed. image

ValterAro commented 9 months ago

Similar issue to the one in intents (https://github.com/buerokratt/Training-Module/issues/74#issuecomment-1851653332), that the page needs to be refreshed to see the change when you change a response.

ffrose commented 9 months ago

Blocked by https://github.com/buerokratt/Training-Module/issues/94

Kristjan259 commented 6 months ago

Responses page is giving 500 - internal server issue error code.

Image

turnerrainer commented 5 months ago

Responses page is giving 500 - internal server issue error code.

Seems like a deployment error. Please test again.

ValterAro commented 4 months ago

Short summary: The response does not page does not load correctly How to reproduce: Go to https://admin.dev.buerokratt.ee/training/training/responses Pic:

Image

1AhmedYasser commented 3 months ago

Working On local, will have to check it on test