asyncapi / chatbot

The project's aim is to develop a chatbot that can help people create spec documents without knowing the specification.To get started with, the bot will consume the spec, JSON schema and serves the user as an expert. So based on a set of questions and answers it will generate an AsyncApi spec document according to the use cases.
Apache License 2.0
11 stars 11 forks source link

Rebuild Chatbot Using Latest LLM Technologies #106

Open Souvikns opened 1 month ago

Souvikns commented 1 month ago

@AceTheCreator and I have been discussing ways to rebuild our chatbot using new LLM technologies. Our Idea is to train an LLM model on our spec and tools documentation so that it can accurately answer questions related to AsyncAPI.

The project is however in the very early stage, and we still have to figure out a lot of things, I am opening this Issue so that we can openly plan the project and others in the community can collaborate.

github-actions[bot] commented 1 month ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

AayushSaini101 commented 1 month ago

@Souvikns I am interested in working on this project :)