Hello, we have developed a *MassiveMark playground*, use case is to mix and match different types of text, artifacts and let people download in docx format. Typically people are using it to convert AI text and download it as Docx. However this editor mainly shines on *Math Formula*, *Chemistry formula* using smile code(internal representation of organic compounds like DNA sequence). For users with an account they want to store it and search it later. My question is, how can we store these formulas and smile codes and how to retrieve them?
One idea that came to my mind was to encode these into other searchable sequences while storing but this creates problems of collusion and massive mapping. Also just small changes in smile codes completely changes the compound which loses the meaning of search. Have you tried something like this before? Any ideas are welcome. Thanks