Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "chatollama" not working where chat ollama function present in previous versions was working #3572

Open
tkondi opened this issue Nov 25, 2024 · 0 comments

Comments

@tkondi
Copy link

tkondi commented Nov 25, 2024

image

I get fetch failed error:

2024-11-25 21:33:38 [ERROR]: [server]: Error: fetch failed
TypeError: fetch failed
at node:internal/deps/undici/undici:12618:11
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async post (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\ollama\dist\shared\ollama.6a7c6e0f.cjs:119:20)
at async Ollama.processStreamableRequest (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\ollama\dist\shared\ollama.6a7c6e0f.cjs:236:25)
at async ChatOllama._streamResponseChunks (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules@langchain\ollama\dist\chat_models.cjs:474:24)
at async ChatOllama._streamIterator (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules@langchain\ollama\node_modules@langchain\core\dist\language_models\chat_models.cjs:92:34)
at async ChatOllama.transform (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules@langchain\ollama\node_modules@langchain\core\dist\runnables\base.cjs:402:9)
at async wrapInputForTracing (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:267:30)
at async pipeGeneratorWithSetup (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\utils\stream.cjs:245:19)
at async StringOutputParser._transformStreamWithConfig (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:288:26)
at async StringOutputParserlowise\node_modules\flowise-components\node_modules@langchain\core\dist\output_parsers\transform.cjs:36:9)
at async RunnableSequence._streamIterator (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:1208:30)
at async RunnableSequence.transform (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:394:9)
at async RunnableBinding.transform (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:840:9)
at async RunnableSequence._streamIterator (C:\Users\tkondi\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\node_modules@langchain\core\dist\runnables\base.cjs:1208:30)
2024-11-25 21:36:48 [INFO]: ⬆️ POST /api/v1/node-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant