I have an entity, which is a kind of ID, but the ID has many formats, almost 40 formats found manually (no one standard format). I know I can provide Lookup Tables, but the list is huge (4M values) so lookup won’t be a good idea. Is it possible to provide a list of samples for each format for an entity so that Rasa can get an idea of various formats?
For now, we are trying to add examples for each format in NLU, but the example sentence stays the same except the entity is changing. Example:
- intent: information_id
examples: |
- [550-1536B](product_id)
- [127.61077CR](product_id)
- [VWP51A](product_id)
Am I doing it right, or is there a better way of doing it?
Thank you, Abhishek