Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiaprodhan authored Apr 19, 2024
1 parent 1a4f33a commit d8a6365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ This will also show the visual representation of the knowledge graph.
### Question and Answering
The question and answering code is in llm_integration.ipynb which is done in google colab.
We used GPT-4 an LLM for generating cypher to query Neo4j Database.
An openAI API key is required and could be generarted here after opening an account- https://platform.openai.com/playground
You have to uncomment the code and put your api key value in the openai_api_key variable
and run the code.
An openAI API key is required and could be generarted here after opening an account here: https://platform.openai.com/playground.
You have to uncomment and put your api key value in the openai_api_key variable.
To execute the code in Google Colab just click on Run All.

0 comments on commit d8a6365

Please sign in to comment.