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

NLU Intent ID's Appear in Scientific Notation #8928

Closed
b-quachtran opened this issue Jun 21, 2021 · 0 comments
Closed

NLU Intent ID's Appear in Scientific Notation #8928

b-quachtran opened this issue Jun 21, 2021 · 0 comments
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@b-quachtran
Copy link
Contributor

b-quachtran commented Jun 21, 2021

Rasa version:
2.5.X

Rasa SDK version (if used & relevant):

Rasa X version (if used & relevant):

Python version:

Operating system (windows, osx, ...):

Issue:
In some cases, the generated intent ID's get automatically converted to scientific notation when consumed by Kafka and thus make it impossible for users to track / manage these ID's from the generated Rasa events

  "intent": {
    "id": -1.731541806890066e+18,
    "name": "affirm",
    "confidence": 0.23743031919002533
  },
@b-quachtran b-quachtran added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Jun 21, 2021
@b-quachtran b-quachtran self-assigned this Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant