question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

domain entity featurization dump format

See original GitHub issue

Reading a domain with

intents:
  - intent1:
    use_entities: False

currently leads to a dump format (if domain is persisted) which is a bit confusing

intents:
- intent1:
  use_entities: []
  ignore_entities: []

Ric also said:

I’m not sure because in the docs and examples we give use_entities: None or use_entities: False. So I think to preserve that syntax we should dump use_entities: False in the case of an empty list. but that too is a rasa code change

We should check if we adapt the docs / code.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tmbocommented, Jun 25, 2019

But as far as I can see there is no issue with the [] for the value of use_entities right? I think we should change the documentation to use [] instead of false

0reactions
msamoghcommented, Jul 12, 2019

@akelad Wait, isn’t it already closed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Components - Rasa
There are components for entity extraction, for intent classification, ... Get a clean language corpus (a Wikipedia dump works) as a set of...
Read more >
Designing a microservice domain model - Microsoft Learn
NET Microservices Architecture for Containerized .NET Applications | Understand the key concepts when designing a DDD-oriented domain model.
Read more >
Dealing with entities serialization in DDD - Stack Overflow
Since I'm trying to stick to a DDD I would know if what I'm doing is considered as anti-pattern.
Read more >
What Are Aggregates In Domain-Driven Design? - James Hickey
An aggregate is not: Just a graph of entities; Merely a behaviour rich object; An entity or collection of entities that you can...
Read more >
Understanding Domain Entities [with Examples] - DDD w
This is part of the Domain-Driven Design w/ TypeScript & Node.js course. ... a domain object to the format needed to save it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found