[Tool] Text-to-graph playground

GPT 3.5 버전을 활용한 텍스트에서 지식 그래프 자동 추출하는 서비스.

한국어도 활용 가능.

🦜🔗 Text-to-graph extraction · Streamlit (auto-graph.streamlit.app)

This playground explores the use of OpenAI functions and LangChain to build knowledge graphs from user-input text. It breaks down the user input text into knowledge graph triples of subject (primary entities or concepts in a sentence), predicate (actions or relationships that connect subjects to objects), and object (entities or concepts that interact with or are acted upon by the subjects). The default example (below) includes a summary of the characters in the film Oppenheimer.

Leave a Comment