Releases: mongodb/chatbot
Releases · mongodb/chatbot
mongodb-chatbot-server-v0.9.0
LangchainChatLlm
support for Anthropic (#392) (378bea4)- (EAI-243): Lint space between entities (#383) (6212ef7)
- (EAI-221): Average retrieval score eval (#367) (7ed9643)
- (EAI-275): Scope data streamer to route to fix streaming err (#362) (cf59c78)
- (EAI-179): Verified answers on server (#348) (e3a9e66)
- (EAI-260): Report command + report on most recent
conversation_quality
func + implementation (#349) (aea8b2a) - Release mongodb-chatbot-server v0.8.0 (#350) (53f1ef8)
mongodb-chatbot-evaluation-v0.1.0
chatbot-server-mongodb-public-v0.3.0
- (EAI-275): Scope data streamer to route to fix streaming err (#362) (cf59c78)
- (EAI-179): Verified answers on server (#348) (e3a9e66)
- (EAI-256): Remove old qualitative test suite (#351) (fe4dd60)
- (EAI-236): Evaluation CLI generate data, CLI implementation, and
ConversationService
refactor (#340) (d62aa14) - (EAI-206): Custom fetch options + add authorized user to staging conversation custom data (#308) (09c3bf5)
ChatLlm
implementation that supports LangchainChatModel
(#326) (1390217)- Release mongodb chatbot server @0.2.0 (#329) (b94f1f3)
mongodb-chatbot-server-v0.8.0 [BREAKING CHANGE]
[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
- Contains breaking change to
- 2024 21 02 releases (#344) (fd1fea6)
mongodb-chatbot-ui-v0.5.0
- (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)
mongodb-chatbot-server-v0.7.1
mongodb-chatbot-server-v0.7.0
mongodb-chatbot-ui-v0.4.0
mongodb-chatbot-server-v0.6.0
- Don't return system prompts and function/tool calling messages from the
getConversation
route - Add tool calling support to the server