Skip to content

csse-uoft/smile-ks-qa1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smile_ks_qa1

SMILE Knowledge Source: QA1

Setup

1 GraphDB Installation

2 GraphDB Repository Creation

  • For testing, make sure the username and password are set to admin
  • Create a new test repository. Go to http://localhost:7200
    • Create new repository:
      • Name the repository (Repository ID) as smile
      • Set context index to True *(checked).
      • Set query timeout to 45 second.
      • Set the Throw exception on query timeout checkmark to True (checked)
      • Click on create repository.
    • Make sure the repository rin in "Running" state.
  • See instruction below for troubleshooting

3 GraphDB Configuration

A few notes on configurting SMILE to connect to the database.

4 Setup smile-ks-qa1

conda env create -f PyQAWrapperQA1.yml

To run example

conda activate PyQAWrapperQA1 cd src python -m smile_ks_qa1.main

To run KnowledgeSource Listener

conda activate PyQAWrapperQA1 cd src python -m smile_ks_qa1.listener

About

SMILE Knowledge Source: QA1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages