Ben Perlmutter

Results 23 comments of Ben Perlmutter

it's hard to help without more context. do you have the env variables set up?

Following on @jung-han, I think it would be great to have some support for Ragas from a JavaScript/Typescript environment. I work on a production RAG chatbot and framework (https://github.com/mongodb/chatbot), and...

> Is this PR going to solve problem with `mongodb-rag-ingest` package using very old `langchain: ^0.1.16` dependency instead of newer `@langchain/xzy` used in `mongodb-rag-core`? hi @velias, thanks for your comment....

closed b/c this work done in #548

> Happy to walk through this during standup, probably easier to just point everything out. yes pls. maybe we can today?

do you have a value for `BRAINTRUST_API_KEY` in your environment? if there's no value, then it should work fine. hwoever, if there's a value that's not a real API key,...

thanks for creating this. i think a tmp fix could be to share the langchain version in `mongodb-rag-core`, and only use that version in `mongodb-rag-ingest` ex: ```ts // some-mongodb-rag-ingest-file.ts import...

we are now using more recent langchain version `"^0.3.5"` in `[email protected]`. if there's any more issues w/ langchain let us know and we can do another version bump

> > see suggestion. also we should wait for nick to return and review before merge since he has been the primary developer on the mongodb-chatbot-ui package. he's out this...

hi eric, long time no talk 😄 currently, there is no support for that, though you could write some custom routes/endpoints that wrap the ingest logic in the `mongodb-rag-ingest` package....