mongodb / chatbot

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

mongodb-chatbot-evaluation ready to use? #401

Closed eric-gardyn closed 1 month ago

eric-gardyn commented 2 months ago

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 from 'mongodb-chatbot-evaluation' Module '"mongodb-chatbot-evaluation"' has no exported member 'makeGenerateConversationData'.ts(2305)

mongodben commented 2 months ago

it should be ready to use. you can find it at mongodb-chatbot-evaluation on npm. we are actively using and running it. i don't see any issues on the package. which version are you using? 0.1.0 is latest and should work.

we also just published more thorough docs if you want to look at those https://mongodb.github.io/chatbot/evaluation/

cbush commented 2 months ago

Hi @eric-gardyn , have you had any luck using the evaluation package? Let us know if we can help or if this issue can be closed. Thank you!