chatbot
chatbot copied to clipboard
MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
Jira: n/a ## Changes - [ ] content api - [ ] answers api - [ ] openapi endpoint - [ ] ... ## Notes - for skunkworks 2024
It would be nice to ingest data into Pages where MongoDB is the content source, with the idea that I could chat with my MongoDB collections. https://github.com/mongodb/chatbot/blob/main/packages/mongodb-rag-ingest/src/sources/index.ts
## Jira - (EAI-321) POC - Git commits/PRs for Specific Release - (EAI-322) POC - Code Diffs for Specific Release - (EAI-320) POC - Jira Issues for Specific Release -...
Jira: https://jira.mongodb.org/browse/EAI-346 ## Changes - Clients to connect to embedding and LLM models hosted on radiant ## Notes - Support MongoDB corp security cookie if necessary - Before merge, wait...
Jira: (EAI-317) [UI] Rich Links in Chatbot ## Changes - Refactors how we handle references from the API - **Before:** we formatted `MessageData.references` as markdown & appended to the end...
I know the UI is documented as "focused on internal MongoDB use cases", but it's already very customizable, the one exception being the chat icons (notably the MongoDB leaf). It...
Hi, is mongodb-chatbot-evaluation ready to use? I installed you and tried an "out-of-the-box" ``` tsc --module commonjs --target es2017 --outDir build src/eval/eval.config.ts ``` but eval.config.ts can not import most functions...
We might implement a limit to the number of calls being made (based on user account). Also, we would like to measure/track the usage of LLM calls. For that, I...
I successfully added a function calling to my LLM (using mongo-chatbot-server) On the call to /conversations (and /conversations/:id/messages), I pass a user ID parameter. I store it as customData in...
Jira: https://jira.mongodb.org/browse/EAI-263 ## Changes - - ## Notes -