Flowise/docker
Max Techera 5fca7f041b Answers Integration Beta v1
Add support for Airtable text field content

answerai brand

added contentful

removed publisher from this branch

removed textField from the node to fix errors

Update docker-compose to build the repo

Update image

added youtube document loader

added updated contentful loader

Add chatflow API key and sync with Sidekick on create/update

Update .gitignore and constant.js

Update API key functionality and add chatflow domain and API key to request payload

added hidden nav and manu when in iframe

Remove command from compose

optimize dockkerfile

Make dark theme the default

Add DOMAIN env

Add API_KEY env

Add DOMAIN env

Add auth0 integration

Update dockerfile

Add env passthrough for auth

Add env passthrough for auth

Add environment variables for authentication in production

Add production environment variables

Update compose env

Update authentication logging and chatflow domain

Update Dockerfile and env.sh, fix sed command in env.sh, and modify index.js to handle undefined organization ID

Refactor Dockerfile and env.sh scripts, and update App.js and index.js files

Add embed & embed-react, enable credentials for API comms

Improvements

Add SST

Fix authorization issue in API endpoints

Update .gitignore file to ignore .pem files and .env.* files

added option for string or document fo routput and adjusted config

Add lock files to git

Update Docker files

Add CDN and remove quotes from chat prompt so JSON is not malformed

updated to account for queryoveride

Allow public access to icons

Remove parallel from turbo dev

Fix Dockerfile and cookies missing on some requests

Add CreateDalleImage tool and DallePost node class

Add flowise-configs package and tools

Added full Serp results access from LangChain

Task and Planning Chatflow

Remove unused SerpAPI initialization and console.log statement

added new links for web scrapers

Small improvements to match the AnswerAI styles

ADd public-prediction endpoint

Improve 401 error handling

Add copilot deploys

Add deployment documentation

Update database secret

Ignore *.env

Fix missing errorg

Merge pull request #3 from Answers-AI/feature/AAI-3-copilot-deployment

Feature/aai 3 copilot deployment
Merge pull request #4 from Answers-AI/feature/AAI-6-chatbot-config

Feature/aai 6 chatbot config
Add DEPLOYMENT_COPILOT.md and update README.md

Improve session handling

Merge branch 'feature/beta-v1' into bt/tools-sandbox

Merge pull request #2 from Answers-AI/bt/tools-sandbox

Tools Sandbox
Update gitignore

Update deployment docs

Update how public/private enforcing works

Add db secret, add environment file, fix launch json node version

Merge pull request #5 from Answers-AI/feature/AAI-3-copilot-deployment

Copilot deployment
Add db secret, add environment file, fix launch json node version

Add pipelines

Add pipelines

Update launch json

Update copilot files

Added embed as part of the workspace, updateded deps

Add embed dist

Update showing source files

Fix source documents not showing

Improve source documents

Update source documents list in chatbot

Update Badge powered by url

Add visibility settings for AnswersAI

Merge pull request #7 from Answers-AI/feature/AAI-2

Visibility settings for Chatflow on AnswerAI
Answers config improvements

Fix messages not displaying

Fix the typo

Update colors

Increase the resources for flowise app

Lower the service count

Add and filter by userId on chatflow entities

Add User model and handle for Chatflow and Credentials

Add override for langfuse tracing

Add roo tracer for metadata customization

Improve Langfuse Tracing

Update gitignore

Update embed package names

Merge branch 'feature/aai-embed' into feature/beta-v1

Fix sqlite user migration
2024-06-04 12:25:30 -03:00
..
.env.example fix CORS issue in .env.example (#2370) 2024-05-10 18:05:03 +01:00
Dockerfile remove cmake from dockerfile 2024-05-09 16:52:19 +01:00
README.md address configuration fix and add BLOB_STORAGE_PATH env variable 2024-02-02 13:55:38 +00:00
build.sh Answers Integration Beta v1 2024-06-04 12:25:30 -03:00
docker-compose.yml Answers Integration Beta v1 2024-06-04 12:25:30 -03:00
pull.sh Answers Integration Beta v1 2024-06-04 12:25:30 -03:00

README.md

Flowise Docker Hub Image

Starts Flowise from DockerHub Image

Usage

  1. Create .env file and specify the PORT (refer to .env.example)
  2. docker-compose up -d
  3. Open http://localhost:3000
  4. You can bring the containers down by docker-compose stop

🔒 Authentication

  1. Create .env file and specify the PORT, FLOWISE_USERNAME, and FLOWISE_PASSWORD (refer to .env.example)
  2. Pass FLOWISE_USERNAME and FLOWISE_PASSWORD to the docker-compose.yml file:
    environment:
        - PORT=${PORT}
        - FLOWISE_USERNAME=${FLOWISE_USERNAME}
        - FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
    
  3. docker-compose up -d
  4. Open http://localhost:3000
  5. You can bring the containers down by docker-compose stop

🌱 Env Variables

If you like to persist your data (flows, logs, apikeys, credentials), set these variables in the .env file inside docker folder:

  • DATABASE_PATH=/root/.flowise
  • APIKEY_PATH=/root/.flowise
  • LOG_PATH=/root/.flowise/logs
  • SECRETKEY_PATH=/root/.flowise
  • BLOB_STORAGE_PATH=/root/.flowise/storage

Flowise also support different environment variables to configure your instance. Read more