Dividor

Results 20 comments of Dividor

Hi! Sorry for the delay. API would be fine, thanks.

Thanks! On Mon, 2 Sept 2024 at 13:54, aravind10x ***@***.***> wrote: > Hi @dividor , sorry for the delay in > responding, but we are aware of this issue. Will...

I am following exactly the directions on the LangChain website ... https://templates.langchain.com I am familiar with coding my own LECL chains with no issues, it's the LangChain CLI commands on...

"There's a manual step to put the appropriate runnable as an argument to add_routes." That is only to add to an existing app, if I read it correctly ... ![image](https://github.com/user-attachments/assets/01495f4e-2c10-417e-aca7-2a33f3627137)...

OK, I see the issue. https://templates.langchain.com/ instructions have this ... `langchain app new my-app --package rag-fusion` Which creates a full app folder and `server.py`. However, it does not *automatically* add...

Even after fixing the above the template still fails on langchain serve. https://templates.langchain.com/ is such a lovely idea, but none of the examples there actually work and the documentation is...

I have set this up in a rather hokey way by monkey-patching the chainlit class. It's not pretty, and debatable whether it's really testing the app fully, but satisfies some...

@edwinjosechittilappilly I notice this issue prevents using agents with tools in the online version. Might you know please when it will be released?