forked from FlowiseAI/Flowise
-
Notifications
You must be signed in to change notification settings - Fork 1
[render preview] Release 2.2.7: Billing, API Docs, Enhanced OpenAPI Toolkit, Claude 3.7, GPT-4.5, and LLM Post-Processing #129
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
Merged
maxtechera
merged 369 commits into
staging
from
update/FLOWISE_Release_2_2_7_billing_and_docs
Mar 17, 2025
Merged
[render preview] Release 2.2.7: Billing, API Docs, Enhanced OpenAPI Toolkit, Claude 3.7, GPT-4.5, and LLM Post-Processing #129
maxtechera
merged 369 commits into
staging
from
update/FLOWISE_Release_2_2_7_billing_and_docs
Mar 17, 2025
Conversation
This file contains hidden or 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
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <[email protected]>
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 <[email protected]>
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 <[email protected]>
…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[email protected][email protected][email protected]/node_modules/@langchain/openai/dist/embeddings.cjs
getting rid of singleton design and properly close connection after every interaction
* Update package.json Fix FlowiseAI#3335 and FlowiseAI#3067 openai helpers was introduced in 4.57.3: openai/openai-node@1e9808a * update openai pnpm lock file --------- Co-authored-by: Henry <[email protected]>
…try (FlowiseAI#3420) * adding support for prometheus and grafana * open telemetry * lint fixes * missing counter and telemetry standardization --------- Co-authored-by: Henry <[email protected]>
fix metrics provider undefined error
* Add Up and Down arrow functionality to chat messages - Works like Linux shell - History limited to 10 messages * Fix linting errors * Update EmbedChat.jsx --------- Co-authored-by: Henry Heng <[email protected]>
…owiseAI#3480) * feat: Add Custom api url for Self-hoseted FireCrawl endpoint * Update FireCrawlApi.credential.ts --------- Co-authored-by: Henry Heng <[email protected]>
* add postgres to agent memory * add mysql agent memory
address file name with special chars
* add multi modal to chat ollama * update JSON mode description
bump dep
* Add ability to enable/disable which variables can be overriden during external predictions * Remove duplicated code * Remove rate limit and allowed domains tab from chatflow configuration * Show tooltip in api code dialog for override config properties * Fix server crash when override config is not available * update UI for chatflow config security, file upload * Fix UI issues in security tab of chatflow configuration dialog * Fix override config options not updating when nodes change * Fix crash in api code dialog when overrideConfig is not available for a chatflow/agentflow. Also fix input config in api code dialog not updating when nodes change. * Refactor override config and add override config for variables * Update api code dialog - update how override config is read and show variable overrides * Update how node and variable overrides are read and resolved * Prevent api code dialog mounting on page load and only mount when api code dialog button is clicked. this should fix loading incorrect data. * Fix variables list not showing when overrideConfig is not available * add overrideconfig to agentflow and upsert vector * temporarily removed enable overrideconfig on upsert, fix linting issues --------- Co-authored-by: Henry <[email protected]>
release 2.1.4
allow analytics override config
add stripe toolkit
…mark embed subproject as dirty
…improved configuration options, replacing Security with RateLimit, and adding VisibilitySettings, GeneralSettings, and ChatLinksSettings.
5d237eb
to
ecc7222
Compare
…ent out console log for usage summary, and add notes for post-processing custom function output.
ecc7222
to
8ab7dcc
Compare
…2_2_7_billing_and_docs Aharris flowise realease 2 2 2 7 billing and docs
Updated the API docs and Removed flowise-configs
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.
Flowise 2.2.7 Release
This pull request merges the latest changes from the main branch into production via commit 9a2ec075, creating release 2.2.7. This release includes significant enhancements to API integrations, model support, and developer tools.
Major Highlights
Critical Bug Fixes
Dependency Updates
Documentation
Added comprehensive documentation in:
Testing
All changes have been thoroughly tested including:
This release represents a significant step forward in Flowise's capabilities, particularly in API integrations, model availability, and developer tooling.