yangxk1 commented on issue #679: URL: https://github.com/apache/incubator-graphar/issues/679#issuecomment-3599864412
Hi @adsharma, LEX is a standard representation of schema designed for **property graph**. LEX needs to serve Text2GraphQuery, which needs to be easily recognized by LLM, so Yaml or Json is preferred. At the same time, as an international standard, it should be neutral to graph systems and query languages, so it abandons the definition of schema in DDL, Cypher, and Gremlin and chooses Yaml. Your exploration of graph-std is great! and it's happy to see your proposed transformation with GraphAr. I am working hard to complete the uploading work in pypi, and I am still encountering some problems (thank you again for the reference workflow you provided). I think with pypi, the transformation work will be easier and more concise. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
