Emrah TOY
Emrah TOY
Sometime we may need to use different kind of models for view model and request model. That could be vice and versa. Model mapper can handle such mapping automatically.
**Describe the bug** Yarn 3.5.1 under ubuntu 20.04 **To Reproduce** Steps to reproduce the behavior: 1. Install yarn as it defined at https://yarnpkg.com/ 2. clone the repository 3. do install...
**Describe the bug** The chain behaves and replies differently on both sides. **To Reproduce** Create Conversational Retrieval QA Chain chat flow based on the template or created yourself. I used...
**Describe the bug** Flowise ui and server tries to use same port. **To Reproduce** yarn dev **Expected behavior** Both module should have their own port to work on **Additional context**...
[BUG] Icons are not going to be showing without a build ( gulp file is not triggered in dev mode )
**Describe the bug** Icons are not working in the panel in case you don't trigger build before "yarn dev" **To Reproduce** 1. Clone the project 2. yarn install 3. yarn...
**Describe the bug** Buffer Memory is always empty, only "history" field works. **To Reproduce** Steps to reproduce the behavior: 1. Create any flow with buffer memory 2. Make an API...
As some of the models support functions that result with function_call property in the result, I would like to reach it when I send a request to the Flowise prediction...