Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove a project? #661

Closed
ChamathK opened this issue Oct 28, 2017 · 2 comments
Closed

How to remove a project? #661

ChamathK opened this issue Oct 28, 2017 · 2 comments

Comments

@ChamathK
Copy link

Rasa NLU version (e.g. 0.7.3): "0.10.0" Docker latest full

Used backend / pipeline (mitie, spacy_sklearn, ...): "nlp_spacy", "tokenizer_spacy", "intent_featurizer_spacy", "ner_crf", "ner_synonyms", "intent_classifier_sklearn", "ner_duckling"

Operating system (windows, osx, ...): Ubuntu 16.04, docker version 17.03.1-ce

Issue: I started my training with the data with only one intent in the training data #658, Now I am having project retrain issue via http endpoint #529 .

It is giving read timeout (5mins) for new training data of

{"rasa_nlu_data":{"common_examples":[{"entities":[],"text":"Bye","intent":"goodbye"},{"entities":[],"text":"hello","intent":"greet"},{"entities":[],"text":"hi","intent":"greet"}]}}

As there is no endpoint to remove a existing project #433 , How can i remove this project manually and start over?
config.txt

@PHLF
Copy link
Contributor

PHLF commented Oct 29, 2017

Just delete the corresponding folder under the path directory.

@ChamathK
Copy link
Author

@PHLF thanks, it works.

  • go to container
    docker exec -it "gallant_bell" bash
  • go to the project directory
    cd projects
  • remove the folder "my_project"
    rm -R my_project
  • restart the container
    docker restart gallant_bell

taytzehao pushed a commit to taytzehao/rasa that referenced this issue Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants