Ivan
Ivan
As far as I'm concerned, `weights_delta` in 4th Chapter are calculated via [**delta rule**](https://en.wikipedia.org/wiki/Delta_rule) Just to clarify: **The Delta rule** is an update rule for single layer NN. It makes...
@ronhanson Thanks a lot for the explanation but it didn't help me find the answer. I want to have 1 config file and load from it to each module (only...
still the same error in ```'0.9.0'``` version. Please, fix it!
@MiGoller THe problem was in **PASSWORD_HASH** and after setting this environment variable all works well. I still have some questions: 1. What should I do to add plugins to docker?...
@eyurtsev Hi, just to confirm, 1. Do you recommend using LangGraph for all agent development, even for simple RAG agents? In my case, LangServe with a basic LangChain RAG agent...