Hello Everyone…. For the past year, I have been involved in the development of RASA. Initially, I was tasked with creating 5-10 entities for each use case, such as Transaction Type and Transaction Amount.
However, now, I am being asked to create a larger number of 100-200 entities. I am considering a design that would involve creating one entity as a ‘domain’ and assigning various lookup values to it, such as ‘Transaction’, ‘Type’, ‘Amount’, ‘Card Types’, etc. Additionally, I would create a CSV sheet containing each lookup value assigned to an entity for further processing.
This approach is proving to be successful so far, however, I am curious to know if there are any issues with model accuracy and scalability in the near future.