Andreas Lappe
Andreas Lappe
Alright :)
Same here. With: - [email protected] - [email protected] - [email protected] ``` ✘ [ERROR] [plugin postcss2] The "path" argument must be of type string. Received undefined node_modules/esbuild-plugin-postcss2/dist/index.js:89:78: 89 │ ...lt.relative(import_path.default.dirname(rootDir), import_path.d... ╵...
I'm having the same problem…
Same here…
I added several tests to the best of my knowledge (I'm new to langchain). Please have a look…
Sorry, I had a lot on my plate… I can take another shot. Since then ollama added async tool support which is not with my previous changes. But maybe I'll...
@brainlid Rebased and made the changes.
@mustela Did you set `stream: false` when creating the chain's llm? e.g. here: https://github.com/brainlid/langchain_demo/blob/main/lib/langchain_demo_web/live/agent_chat_live/index.ex#L271 The code does not support streaming tool support (yet).
I just added a test case locally to tackle that crash, then looked here… this also fixes my test case (pretty much the same as the one in the PR)....