Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/malantin/botbuilder4knowledgebot
- Owner: malantin
- Created: 2018-07-06T19:54:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T19:59:39.000Z (over 6 years ago)
- Last Synced: 2024-11-20T06:33:43.572Z (2 months ago)
- Topics: azure-search, bot-builder, bot-framework-v4, bot-service, luis-ai, microsoft-botbuilder, qna-maker
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.