Skip to content

Releases: mongodb/chatbot

mongodb-chatbot-ui-v0.6.1

11 Apr 18:13
Compare
Choose a tag to compare
  • fix: awaited, non-verified answers were not rendered (#398) (6cd4124)

Full Changelog: mongodb-chatbot-ui-v0.6.0...mongodb-chatbot-ui-v0.6.1

ingest-mongodb-public-v0.3.0

10 Apr 20:00
Compare
Choose a tag to compare

Full Changelog: ingest-mongodb-public-v0.2.0...ingest-mongodb-public-v0.3.0

mongodb-chatbot-ui-v0.6.0

08 Apr 21:07
Compare
Choose a tag to compare

Breaking Changes

  • The Conversation.modifyMessage() method returned by useConversation() (and available on the conversation value returned by useChatbot()) has been removed. Use Conversation.setMessageContent() instead.

What's Changed

Full Changelog: mongodb-chatbot-ui-v0.4.0...mongodb-chatbot-ui-v0.6.0

mongodb-rag-ingest-v0.2.0

04 Apr 18:10
Compare
Choose a tag to compare

mongodb-rag-core-v0.3.0

04 Apr 18:10
Compare
Choose a tag to compare

mongodb-chatbot-server-v0.9.0

04 Apr 18:16
Compare
Choose a tag to compare

mongodb-chatbot-evaluation-v0.1.0

29 Mar 14:39
Compare
Choose a tag to compare

chatbot-server-mongodb-public-v0.3.0

12 Mar 18:12
Compare
Choose a tag to compare

mongodb-chatbot-server-v0.8.0 [BREAKING CHANGE]

28 Feb 20:56
Compare
Choose a tag to compare

[BREAKING CHANGE]

  • (EAI-236): Evaluation CLI generate data, CLI implementation, and ConversationService refactor (#340) (d62aa14)
    • Contains breaking change to ConversationService to have it access initial messages rather than passing system prompt to the constructor func
    • Add new ConversationsRouterParams.systemPrompt required property. Add system prompt to a server through this property, rather than ConversationService constructor
  • 2024 21 02 releases (#344) (fd1fea6)

mongodb-chatbot-ui-v0.5.0

27 Feb 16:19
Compare
Choose a tag to compare
  • (EAI-206): Custom fetch options + add authorized user to staging conversation custom data (#308) (09c3bf5)
  • Release mongodb-chatbot-ui v0.4.0 (322784c)
  • (EAI-226) [UI] Change Conversations without Reload + [SERVER] get conversation route fix (#330) (5832bc7)
  • (EAI-223) [UI] Throttle suggested prompts (#325) (df05b14)