Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malantin/botbuilder4knowledgebot

An example of a knowledge bot built with the Bot Builder SDK V4 preview for C#. The bot uses combination of LUIS, QnA maker and Azure Search to answer the users question and provide links to documents in Azure Storage.
https://github.com/malantin/botbuilder4knowledgebot

azure-search bot-builder bot-framework-v4 bot-service luis-ai microsoft-botbuilder qna-maker

Last synced: 9 days ago
JSON representation

An example of a knowledge bot built with the Bot Builder SDK V4 preview for C#. The bot uses combination of LUIS, QnA maker and Azure Search to answer the users question and provide links to documents in Azure Storage.

Awesome Lists containing this project

README

        

# BotBuilder V4 Knowledge Bot
An example of a knowledge bot built with the Bot Builder SDK V4 preview for C#.
The bot uses a combination of LUIS, QnA maker and Azure Search to answer the user's question and provide links to documents
in Azure Storage. You will have to set up Azure Search with the correct retrievable fields, QnA maker and LUIS first.
All keys and configuration is done in the appsettings.json file.