2024-01-24 09:34:04 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Flowise AI" ,
"available" : true ,
"exposable" : true ,
"port" : 8009 ,
"id" : "flowise" ,
2024-06-23 22:39:02 +00:00
"tipi_version" : 18 ,
2024-06-12 01:52:15 +00:00
"version" : "1.8.2" ,
2024-05-22 16:27:44 +00:00
"categories" : [ "ai" , "automation" ] ,
2024-01-24 09:34:04 +00:00
"description" : "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production." ,
"short_desc" : "Build LLM Apps Easily" ,
"author" : "flowise.ai" ,
"source" : "https://github.com/FlowiseAI/Flowise" ,
"website" : "https://flowiseai.com/" ,
"form_fields" : [
{
"type" : "text" ,
"label" : "Flowise Username" ,
"max" : 50 ,
"min" : 3 ,
"required" : true ,
"env_variable" : "FLOWISE_USERNAME"
} ,
{
"type" : "password" ,
"label" : "Flowise Password" ,
"max" : 50 ,
"min" : 12 ,
"required" : true ,
"env_variable" : "FLOWISE_PASSWORD"
} ,
{
"type" : "random" ,
"label" : "Flowise Secret" ,
"min" : 16 ,
"env_variable" : "FLOWISE_SECRETKEY_OVERWRITE"
} ,
{
"type" : "url" ,
"label" : "(Optional) Langchain Endpoint" ,
"hint" : "URL of your langhchain endpoint" ,
"required" : false ,
"env_variable" : "LANGCHAIN_ENDPOINT"
} ,
{
"type" : "password" ,
"label" : "(Optional) Langchain API Key" ,
"max" : 50 ,
"min" : 3 ,
"required" : false ,
"env_variable" : "LANGCHAIN_API_KEY"
} ,
{
"type" : "text" ,
"label" : "(Optional) Langchain Project" ,
"max" : 50 ,
"min" : 3 ,
"required" : false ,
"env_variable" : "LANGCHAIN_PROJECT"
} ,
{
"type" : "boolean" ,
"label" : "Enable Langchain Tracing v2" ,
"required" : false ,
"env_variable" : "LANGCHAIN_TRACING_V2"
} ,
{
"type" : "boolean" ,
"label" : "Disable Flowise telemetry" ,
"required" : false ,
"env_variable" : "DISABLE_FLOWISE_TELEMETRY"
}
] ,
2024-05-22 16:27:44 +00:00
"supported_architectures" : [ "arm64" , "amd64" ]
2024-01-24 09:34:04 +00:00
}