Knowledge Graphs Using Python and ChatGPT
Prateek Kale
Data Engineer , ETL , Data Modeling , Big Data Pipeline Solution Lead @WhizAI , Data Analysis , SQL , Python, Airflow dynamic , Druid and scalable workflow development| Helping Data to produce valuable insights.
In the era of Generative AI and Natural Language Understanding it has become a complex challenge to understand context of questions being asked in different ways.
To answer questions many chat systems are required to have proper knowledge of that subject , understand relationships between words within that context.
The LLMs like Chat GPT and Google BARD are well known systems now a days and they also provide APIs to generate relationships between words in given context which we can very well integrate in our systems to boost our NLP capabilities.
If we integrate these APIs with programming language like python then it becomes easy to process large text data and their meanings in well known knowledge graphs , Store them in any Graph based data base , use them when and where required.
Here i have integrated Python with Chat GPT api's and generate knowledge graphs.
Repository is public and easy to use. Here are some steps to enable it:
Make sure you have python 3.8 or higher version and below python packages installed.
领英推荐
Open AI api key: Please generate and save your open ai api key from here?https://platform.openai.com/account/api-keys
How to Run
Please follow below instructions to run this project