Hi everyone, this is my first post here. I am using the Graph Rag from MongoDB (using Langchain ) as part of a knowledge base feature for my work. The current implementation works, however I noticed it doesn’t handle the entity-canonicalization. For example, if the user query is “Give me information about redstock inc” and there is an entity in the graph called “Redstock Inc”, the output would be “There is no information about this entity”. Only if the user query is changed to “Give me information about Redstock Inc”, the information will be provided in the response. I wanted to ask if there is a way to fix this using existing methods or should I use the Fuzzy search option from Mongodb Atlas? Any guidance is appreciated. Thanks !!