https://github.com/ebicoglu/abp-support-chat-bot
ABP Support Chat Bot
https://github.com/ebicoglu/abp-support-chat-bot
Last synced: 6 months ago
JSON representation
ABP Support Chat Bot
- Host: GitHub
- URL: https://github.com/ebicoglu/abp-support-chat-bot
- Owner: ebicoglu
- License: mit
- Created: 2025-02-17T13:21:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T09:25:45.000Z (about 1 year ago)
- Last Synced: 2025-02-21T10:31:50.589Z (about 1 year ago)
- Language: C#
- Homepage: https://abp.io
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo houses "ABP AI Chat BOT" investigations to create an MVP app.
* MarkdownPdfConverter: This console app takes ABP Docs as markdown from your local filesystem and creates a single PDF with all the combinations of parameters.
* AbpSupportQuestionsFetcher: This console app creates a PDF with ABP Support questions. We will use only the accepted answers to train the AI model.
* AbpChatBot: This console app uses AnythingLLM as WebAPI. ChatBot will communicate with AnythingLLM. We'll train AnythingLLM workspace via RAG. For training, we'll provide ABP-accepted support tickets, ABP Docs, and ABP Framework source code. We can add resources in the future. To be able to use AnythingLLM, create an ApiKey on AnythingLLM and set it in the AbpChatBot config.