mongodb / chatbot

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
https://mongodb.github.io/chatbot/
Apache License 2.0
115 stars 53 forks source link

`ApiConversations` service #219

Closed mongodben closed 9 months ago

mongodben commented 9 months ago

create an ApiConversations service that manages the interface between the server and database to persist api conversations.

similar to docs chat ConversationsService. though, will need to take into account the OpenAI functions + (and maybe system prompt changes?) that are available to following messages.