forked from FlowiseAI/Flowise
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial Integration of BWS Secure for Local Environment Management #130
Open
ct3685
wants to merge
352
commits into
staging
Choose a base branch
from
ct/bws-integration
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added Jina AI Embedding support * Update JinaAIEmbedding.ts Change model name to string type * removed jina embeddings * lint fix --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
…I#3360) * feat: Add Alibaba API credential and ChatAlibabaTongyi node * lint fix * Add chatAlibabaTongyi model to models.json and chat models --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
* added: nemoguardrails chat component * fix: removed options argument from init fix: generation text has been updated with content string * fix: lint error fixed * fix: error when get content * fix: lint errors * updated: added handleLLMNewToken for ChatNemoGuardrails --------- Co-authored-by: patrick <patrick.alves@br.experian.com>
update astradb dep
…iseAI#3378) Fix collate in AddCustomTemplate migration for mariadb
Update instructions
* Lunary: feedback tracking * fix incorrect param order
add rendering html tags for share chatbot
…wiseAI#3388) * Refactor ChatOpenAI_ChatModels to include stopSequence parameter * lint fix * Stop Sequence String will now be split by comma * Update ChatOpenAI.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
remove in mem vector store from document store
* add functionality for full file uploads, add remove messages from view dialog and API * add attachments swagger * update question to include uploadedFilesContent * make config dialog modal lg size
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models
* update flowise-embed version on lock file * add agent messages to share chatbot * Update pnpm-lock.yaml * update flowise-embed version * update flowise-embed to 1.3.9 * update embed version to 2.0 * update flowise embed version * update flowise-embed version
update flowise@2.1.3
Add missing migration for vector store configuration in document store for MariaDB
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <hzj94@hotmail.com>
Added new Voyage embedding models
fix openai assistant thread not found by exponential backoff retries
updated Readme
save default credential data when add new
* * Added global-agent as central Global HTTP/HTTPS proxy configurable using environment variable ** https://www.npmjs.com/package/global-agent * Server-Bootstrap on index.js ** import 'global-agent/bootstrap' * added dep in package.json ** global-agent: "^3.0.0 * * Added global-agent as central Global HTTP/HTTPS proxy configurable using environment variable ** Added env variables * update env example * update env and lock file * update env and lock file --------- Co-authored-by: Henry <hzj94@hotmail.com>
add proxy env vars to docker compose
…ter issue w/ TypeORM Driver (FlowiseAI#3367) * Add PGVector Driver option + Fix null character issue w/ TypeORM Driver * Handle file upload case with PGVector * Cleanup * Fix data filtering for chatflow uploaded files * Add distanceStrategy parameter * Fix query to improve chatflow uploaded files filtering * Ensure PGVector release connections * Await client connected * Make Postgres credentials optionnal when set on env variables * Document env variables in nodes directories * Prevent reuse client * Fix empty metadataFilter * Update CONTRIBUTING.md * Update Postgres.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
…nment variable is present (FlowiseAI#3414) * Make Unstructured API URL optional when environment variable is present * Fix empty apiUrl option in Unsctructured flowise loader * Add focumentation for env vars
…lowiseAI#3418) * Make Azure OpenAI credentials optional when env variables are set * Add documentation for env vars
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models
Fixed a bug in `restructureMessages` leading to blowing up of the message content with escape characters and eventually crashing the flow with "repetitive patterns" error
…lowiseAI#3452) * Set azureOpenAIBasePath to undefined if empty to enforce usage of env variable AZURE_OPENAI_BASE_PATH in @langchain+openai@0.0.30_encoding@0.1.13_langchain@0.2.11/node_modules/@langchain/openai/dist/embeddings.cjs
ed8e506
to
6634f16
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Title
Initial Integration of BWS Secure for Local Environment Management
Description
This PR introduces the initial integration of BWS Secure to manage environment variables securely for local development. The integration ensures consistency across local environments while keeping sensitive variables protected.
Changes:
.gitignore
and.prettierignore
to exclude environment files related to BWS Secure.bwsconfig.json
to define local-only project configurations.package.json
scripts to usesecure-run
for environment variable management.Benefits:
This implementation is local-only for now, and builds should continue working as expected. Future iterations may expand support to development and production environments.