Skip to content

ProjectIRIS-AI/Knowledgebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project IRIS Knowledge Bases

Overview

This repository is used to store knowledge base JSON files for IRISchatbot. They serve as a personality for the chat bots.

Knowledge Bases

Knowledge Base JSON File

To create a new knowledgebase, create a new JSON file and enter the below contents.

{
  "notfound_error": null,
  "iris_thank": null,
  "prompts": []
}

notfound_error When no close match is found and the user is prompted to provide a response.

iris_thank When a new response is prompted, she thanks the user.

prompts The main knowledge base used for getting responses

28 March 2024

N34R

About

Knowledge bases for IRIS chatbots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published