Skip to content

(EAI-590): Deprecate mongodb-chatbot-evaluation and fully migrate to Braintrust #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -965,31 +965,3 @@ steps:
api_server: https://api.staging.corp.mongodb.com
kubernetes_token:
from_secret: staging_kubernetes_token
---
kind: pipeline
type: kubernetes
name: publish-mongodb-chatbot-evaluation
depends_on: ["test-all"]

trigger:
event:
- tag
ref:
include:
- refs/tags/mongodb-chatbot-evaluation-v*

steps:
- name: build package
image: node:18
commands:
- npm install lerna
- npm run bootstrap
- npm run build
- cd packages/mongodb-chatbot-evaluation && npm publish
environment:
LG_ARTIFACTORY_TOKEN:
from_secret: lg_artifactory_token
LG_ARTIFACTORY_EMAIL:
from_secret: lg_artifactory_email
MONGODB_EAI_NPM_TOKEN:
from_secret: mongodb_ai_npm_token
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ general, we publish these as reusable packages on npm.

- `mongodb-chatbot-server`: Express.js server that performs chat functionality. RESTful API.
- `mongodb-chatbot-ui`: React component for interfacing with the `mongodb-chatbot-server`. Built with Leafygreen and vite.
- `mongodb-chatbot-evaluation`: A framework for generating, evaluating, and reporting on test suites
- `mongodb-chatbot-verified-answers`: A CLI and framework for ingesting & managing verified chatbot answers.

### MongoDB AI Chatbot
Expand Down
56 changes: 0 additions & 56 deletions docs/docs/evaluation/command-reference.md

This file was deleted.

270 changes: 0 additions & 270 deletions docs/docs/evaluation/configuration-reference.md

This file was deleted.

Loading