eric-gardyn
eric-gardyn
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...
Some feedback: I am looking into LangSmith as a tool to monitor and audit the queries. One of the steps is to retrieve the result from openAiClient.getChatCompletions, and send it...
Hi, Is there a way to use the Ingest package to be more "real-time", API driven? Use case: We have an FAQ which is updated quite often in a CMS....