Jacob Lee

Results 335 comments of Jacob Lee

Can you give a minimal reproducible example? Something I can paste into a file and run end to end

Can you print `const fooBarPrompt = pull("foo-bar-prompt");`? Pretty sure that also needs to be `await`'ed

Doesn't seem like you're using TypeScript? We generally recommend it. Invoking looks that chain looks like this: ```ts const result = await ragChain.invoke({ input: "what is the context about?" });...

Hmm this unfortunately may be at the SDK level - what's your use-case? You generally should put calls behind an API endpoint to avoid leaking your Cohere key.

Hey @stevenmichaelthomas! Thanks for the PR. Looks really cool! I ran `yarn format` and registered the entrypoint artifacts to `langchain.config.js`. Could you add some docs and possibly an integration test...