jack482653 / openai-slack-bot

a OpenAI Slack bot
BSD 3-Clause "New" or "Revised" License
44 stars 16 forks source link

Feature request: MongoDB integration #13

Open ac1dburnz opened 1 year ago

ac1dburnz commented 1 year ago

Add the ability to integrate with Mongo db so a history of the chats can be logged.

jack482653 commented 1 year ago

Hi ac1dburnz,

First thank you for your request!

Could you describe more detail about integration of mongodb? For example,

  1. The purpose of recording user chats, e.g. further analysis, generating embedding?
  2. Which information (i.e. schema) do you want to store?

Also, You can fork the repo and make any modifications and use it at your project. If you are willing to make pull request, we would be very happy to review that.

Wishing you a great day :)

ac1dburnz commented 1 year ago

@jack482653 it would be to record chats so it can learn and respond based on multiple references. It would store every conversation and be able to refer back to it