QueryGPT - NodeJS QnA chatbot trained on local file using embedding and completion

QueryGPT is a NodeJS application that learns from your local text files. No need to convert to questions, this works fine with raw text. It answers to any questions whose answer can be deduced from the given context. Give it your business product details, books, scientific paper and it will do wonders.

I used the embedding and completion endpoint to do so. Complete code and documentation can be found in QueryGPT | Github. I have looked for NodeJS implementation for this but couldn’t find one, so wrote this.

A chatbot trained on my University data is running on Telegram DU_GPT.

Let me know what you think about this.

2 Likes

Wow what an awesome tool for getting your corpora right, groovy baby

1 Like