Replies: 1 comment 1 reply
-
Hey @ehiaig, great to see you tackling new challenges! Hope this one hasn't been too much of a head-scratcher. Let's dive in and untangle it together 🚀 Thank you for providing the detailed information. The error message you're encountering, "this.llm.pipe is not a function", suggests that the In your case, you're using the To resolve this issue, you might need to ensure that the If you're sure that the If none of these solutions work, it would be helpful if you could provide more information about the I hope this helps! If you have any more questions or need further clarification, feel free to ask. Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I'm using an internal_K.gguf base model(not a chat model) in my electronjs app. When the line
const result = await chain.call({ question: input })
runs, I get this:Without using chain, I'm able to send and receive answers to the model without issues but I'm using chain for history/memory purpose and I can't seem to understand why this is happening. Would really pepreciate any help I can get.
System Info
my system info:
[email protected] | MIT | deps: 17 | versions: 261
Typescript bindings for langchain
https://github.com/langchain-ai/langchainjs/tree/main/langchain/
keywords: llm, ai, gpt3, chain, prompt, prompt engineering, chatgpt, machine learning, ml, openai, embeddings, vectorstores
dist
.tarball: https://registry.npmjs.org/langchain/-/langchain-0.1.30.tgz
.shasum: e1adb3f1849fcd5c596c668300afd5dc8cb37a97
.integrity: sha512-5h/vNMmutQ98tbB0sPDlAileZVca6A2McFgGa3+D56Dm8mSSCzTQL2DngPA6h09DlKDpSr7+6PdFw5Hoj0ZDSw==
.unpackedSize: 4.1 MB
dependencies:
@anthropic-ai/sdk: ^0.9.1 js-yaml: ^4.1.0 p-retry: 4
@langchain/community: ~0.0.41 jsonpointer: ^5.0.1 uuid: ^9.0.0
@langchain/core: ~0.1.44 langchainhub: ~0.0.8 yaml: ^2.2.1
@langchain/openai: ~0.0.19 langsmith: ~0.1.7 zod-to-json-schema: ^3.22.3
binary-extensions: ^2.2.0 ml-distance: ^4.0.0 zod: ^3.22.4
js-tiktoken: ^1.0.7 openapi-types: ^12.1.3
maintainers:
dist-tags:
latest: 0.1.30 next: 0.1.29-rc.0
published 5 days ago by jacoblee93 [email protected]
Beta Was this translation helpful? Give feedback.
All reactions