private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Connecting PrivateGPT to chatbot

Open margielapng opened this issue 11 months ago • 3 comments

Hey, I have a Rasa chatbot that i want to have a LLM to support the chatbot. I want the Language Model (LLM) to be integrated with my Rasa chatbot for database interaction and storage and i want to use privateGPT as my LLM. I could use some help with this and it would be appreciated. thanks ;)

margielapng avatar Mar 14 '24 19:03 margielapng

Perhaps you could create an API that interacts with both simultaneously? Could you please provide further explanation?

feijoes avatar Mar 16 '24 23:03 feijoes

i want the LLM to be able to take information from the database and store it to its own database so when frequent questions are asked it knows what to pull out from the database. for example, if someone wants to search "how do i set up my password" the information must be taken from my database and stored to the llm so that in future the question shows up. im basically trying to get m own privateGPT, with my own interface and database , and i want privateGPT to perform as a tool to generate output for user input in a more detailed way and/or be able to generate output in many different ways.

margielapng avatar Mar 17 '24 10:03 margielapng

@margielapng Maybe what you can do is store your database in a text/csv file with the frequently asked questions, and then you can train the PrivateGPT with that file.

feijoes avatar Mar 19 '24 13:03 feijoes