Jacob Lee
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
I can't see the prompt though
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?" });...
It's still under discussion - let me reraise it!
Still want to keep this open
CC @nickscamara
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.
Leaving open
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...