lzyxx77 opened a new pull request, #7: URL: https://github.com/apache/incubator-hugegraph-ai/pull/7
close #6 ### Feature Description (功能描述) Using llm to construct a knowledge graph(text2kg) involves three steps: 1. Extracting triples and schemas from unstructured text(text2data) 2. Disambiguating data(data2data) 3. Storing triples and schemas in the hugegraph database(data2kg) Text2kg is implemented through chain programming and can be tested step by step in the `text2kg.py` -- 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]
