openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Remove synonym support from the knowledge graph engine #72

Closed jayaddison closed 2 years ago

jayaddison commented 2 years ago

Describe the reason for these changes and the problem that they solve

The implementation-in-progress of openculinary/backend#54 will introduce support for multiple product names (synonyms) across the application.

That should soon remove the requirement for synonyms within the knowledge graph search engine.

Briefly summarize the changes

  1. Remove support for synonyms within the knowledge graph

How have the changes been tested?

  1. Unit tests are updated

List any issues that this change relates to Relates to openculinary/backend#54.