LinguFlow
LinguFlow copied to clipboard
LinguFlow, a low-code tool designed for LLM application development, simplifies the building, debugging, and deployment process for developers.
## Why are these changes needed? - support read-only block as block preview Close #75 ## Related issue number Blocked #77 ## Checks - [ ] I've included any doc...
## Why are these changes needed? Enhance backend to return the description and examples. ## Related issue number Backend part of #75 ## Checks - [x] I've included any doc...
### Is your feature request related to a problem? Please describe. The design of LinguFlow App is based on a DAG (Directed Acyclic Graph) for information flow. In the DAG,...
### Is your feature request related to a problem? Please describe. In LinguFlow, newly created applications can only be demonstrated using the `Debug` feature, which is designed for debugging purposes....
### Is your feature request related to a problem? Please describe. We may consider adding a secret key management feature, such as the OpenAI API key, to prevent the direct...
### Is your feature request related to a problem? Please describe. On the builder page, users are unsure about the purpose and usage of each block. ### Describe the solution...
Currently, the Node ID in the DAG graph is automatically generated as a random string, which is not meaningful and is difficult to understand. I hope to provide a default...
### Is your feature request related to a problem? Please describe. The `invoke` block is a fantastic feature. But there is an obvious dead loop issue. If application `A` invokes...
### Is your feature request related to a problem? Please describe. LinguFlow currently supports the LangFuse Cloud API but does not yet support self-hosted LangFuse. ### Describe the solution you'd...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've included any doc changes needed for https://github.com/pingcap/LinguFlow/. - [ ] I've added tests (if...