Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2014 11 20 update #12

Merged
merged 33 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c3c6f48
Bugfix/Updated Readme (#3434)
HenryHengZJ Oct 31, 2024
598f9a6
Bugfix/Save default credential data when add new (#3435)
HenryHengZJ Nov 1, 2024
d9bf612
Support global-agent for central proxy configuration (#3423)
akoo24 Nov 1, 2024
39380a4
Bugfix/add proxy env vars to docker compose (#3438)
HenryHengZJ Nov 1, 2024
15d59a9
[Prostgres Vector Store] Add PGVector Driver option + Fix null charac…
JJK801 Nov 1, 2024
a159da5
[Usntructured loaders] Make Unstructured API URL optional when enviro…
JJK801 Nov 1, 2024
012eabc
[Azure OpenAI] Make credentials optional when env variables are set (…
JJK801 Nov 1, 2024
afd2ddb
Chore/Add Haiku 3.5 (#3471)
HenryHengZJ Nov 6, 2024
99f28a2
Update commonUtils.ts (#3470)
serhiy-matoffo Nov 6, 2024
a6183ab
Azure OpenAI Embeddings ignores env variable AZURE_OPENAI_BASE_PATH (…
akoo24 Nov 7, 2024
eeb1d17
Chore/MongoDB Connection (#3469)
HenryHengZJ Nov 7, 2024
cfe2061
Update package.json (#3468)
aluferraz Nov 7, 2024
8466e1a
fix(proxy): restrict proxy to exact /api routes only (#3456)
khakanali Nov 7, 2024
fe03683
FEATURE:: Support for metrics collection - Prometheus and Open Teleme…
vinodkiran Nov 8, 2024
275c9e3
Update otel.config.yml
HenryHengZJ Nov 8, 2024
ccc0088
feat: Add BraveSearchAPI document loader (#3486)
rynomster Nov 8, 2024
d64cb70
Bugfix/metrics provider undefined error (#3489)
HenryHengZJ Nov 8, 2024
835b151
Add Up and Down arrow functionality to chat messages (#3440)
tgmerritt Nov 9, 2024
b017723
feat: Add Custom Api Url Param for Self-hosted FireCrawl endpoint (#3…
ZacharyQin Nov 9, 2024
0153735
Feature/Postgres agent memory (#3495)
HenryHengZJ Nov 9, 2024
1e2dc03
Bugfix/Address file name with special chars (#3496)
HenryHengZJ Nov 9, 2024
51e5591
Feature/Add multi modal to chat ollama (#3499)
HenryHengZJ Nov 10, 2024
3b72017
Chore/bump dep (#3488)
HenryHengZJ Nov 12, 2024
537aa51
Enable/disable variables in override configuration (#3467)
0xi4o Nov 13, 2024
d057129
Release/2.1.4 (#3506)
HenryHengZJ Nov 13, 2024
eaec34f
Bugfix/Allow analytics override config (#3520)
HenryHengZJ Nov 15, 2024
38ddbd8
Feature/Add stripe toolkit (#3522)
HenryHengZJ Nov 15, 2024
16ceed1
Feature/Add support for state-based metadata filter to Retriever Tool…
serhiy-matoffo Nov 16, 2024
1ccd976
Bugfix/Override config vars (#3524)
HenryHengZJ Nov 16, 2024
47e723b
Bugfix/Query Runner already released (#3525)
HenryHengZJ Nov 16, 2024
bc77e40
Bugfix/OverrideConfig for Upsert Vector (#3527)
HenryHengZJ Nov 16, 2024
ebf9a98
Release/2.1.5 (#3535)
HenryHengZJ Nov 19, 2024
c793aef
Merge branch 'main' of https://github.com/Hostcomm/Flowise into 2014-…
birksy89 Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0

1. Clone the Flowise project
2. Go to `docker` folder at the root of the project
3. Copy `.env.example` file, paste it into the same location, and rename to `.env`
3. Copy `.env.example` file, paste it into the same location, and rename to `.env` file
4. `docker compose up -d`
5. Open [http://localhost:3000](http://localhost:3000)
6. You can bring the containers down by `docker compose stop`
Expand Down
21 changes: 20 additions & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,23 @@ BLOB_STORAGE_PATH=/root/.flowise/storage
# S3_FORCE_PATH_STYLE=false

# APIKEY_STORAGE_TYPE=json (json | db)
# SHOW_COMMUNITY_NODES=true
# SHOW_COMMUNITY_NODES=true

######################
# METRICS COLLECTION
#######################
# ENABLE_METRICS=false
# METRICS_PROVIDER=prometheus # prometheus | open_telemetry
# METRICS_INCLUDE_NODE_METRICS=true # default is true
# METRICS_SERVICE_NAME=FlowiseAI

# ONLY NEEDED if METRICS_PROVIDER=open_telemetry
# METRICS_OPEN_TELEMETRY_METRIC_ENDPOINT=http://localhost:4318/v1/metrics
# METRICS_OPEN_TELEMETRY_PROTOCOL=http # http | grpc | proto (default is http)
# METRICS_OPEN_TELEMETRY_DEBUG=true # default is false

# Uncomment the following lines to enable global agent proxy
# see https://www.npmjs.com/package/global-agent for more details
# GLOBAL_AGENT_HTTP_PROXY=CorporateHttpProxyUrl
# GLOBAL_AGENT_HTTPS_PROXY=CorporateHttpsProxyUrl
# GLOBAL_AGENT_NO_PROXY=ExceptionHostsToBypassProxyIfNeeded
4 changes: 4 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- DATABASE_PASSWORD=${DATABASE_PASSWORD}
- DATABASE_SSL=${DATABASE_SSL}
- DATABASE_SSL_KEY_BASE64=${DATABASE_SSL_KEY_BASE64}
- APIKEY_STORAGE_TYPE=${APIKEY_STORAGE_TYPE}
- APIKEY_PATH=${APIKEY_PATH}
- SECRETKEY_PATH=${SECRETKEY_PATH}
- FLOWISE_SECRETKEY_OVERWRITE=${FLOWISE_SECRETKEY_OVERWRITE}
Expand All @@ -29,6 +30,9 @@ services:
- BLOB_STORAGE_PATH=${BLOB_STORAGE_PATH}
- DISABLE_FLOWISE_TELEMETRY=${DISABLE_FLOWISE_TELEMETRY}
- MODEL_LIST_CONFIG_JSON=${MODEL_LIST_CONFIG_JSON}
- GLOBAL_AGENT_HTTP_PROXY=${GLOBAL_AGENT_HTTP_PROXY}
- GLOBAL_AGENT_HTTPS_PROXY=${GLOBAL_AGENT_HTTPS_PROXY}
- GLOBAL_AGENT_NO_PROXY=${GLOBAL_AGENT_NO_PROXY}
ports:
- '${PORT}:${PORT}'
volumes:
Expand Down
Loading
Loading