Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 794 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 794 Bytes

graph_chatbot

Install the packages requirements.txt from
Fill out config.yaml file
Replace with your API key at app.py and replace database information at neo4j_utils.py
Activate APOC plugin on NEO4J Database.
Run app.py to start the chatbot.
There is a special command to load file and build the knowledge graph: generate from file:"file_path"
Supported Document Formats:

  • txt
  • pdf
If you run the turkish_history.txt and french_history.pdf files among the sample data sets, you will create a knowledge graph containing summary information about Turkish and French history.