DentroAI
DentroAI
Hey guys I figured out how to use streaming with Flowise API and python. This discord message solved it: https://discord.com/channels/1087698854775881778/1198668613687726160/1198955953580687370 Here's a working (test-) script for anybody else looking for...
wanted to ask whether @RTChou already created the PR? Because I still get this error with the Guided Topic Modeling.
Additional: Allow me to send my traces to the EU hosting of langsmith. That can be done by setting the env var `LANGCHAIN_ENDPOINT` to `https://eu.api.smith.langchain.com` instead of the default `https://api.smith.langchain.com`,...
So my previous comment already about the EU instance is already working, thanks a lot! Now what's missing is the possibility to enable LANGCHAIN_HIDE_INPUTS and LANGCHAIN_HIDE_OUTPUTS. Right now we're working...
you can also add in the docs that this works both with the accent color and the gray color, so it's possible to load in a custom radix stylesheet for...
This answer by Carlos should also definitely be added to these docs https://discord.com/channels/1029853095527727165/1267555647562584107/1267586312806993970
I get a similar error as can be seen here: https://smith.langchain.com/public/59c442a4-854d-4e5c-9643-46abe64551ca/r The error occurs when a worker with an attached tool is called. If no tools are attached to any...
Still doesn't work for me as soon as I add any tool 
What should I do to troubleshoot?
I am hosting it on an ubuntu server. Deployed using my own tutorial https://www.youtube.com/watch?v=Y-YsPVblUK0 I just created a new Agent Flow and tried out a Mistral Model instead of OpenAI,...