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
2014 11 20 update #12
Merged
Merged
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
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
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 <hzj94@hotmail.com>
…try (FlowiseAI#3420) * adding support for prometheus and grafana * open telemetry * lint fixes * missing counter and telemetry standardization --------- Co-authored-by: Henry <hzj94@hotmail.com>
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 <henryheng@flowiseai.com>
…owiseAI#3480) * feat: Add Custom api url for Self-hoseted FireCrawl endpoint * Update FireCrawlApi.credential.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
* 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 <hzj94@hotmail.com>
release 2.1.4
allow analytics override config
add stripe toolkit
…FlowiseAI#3501) * Added support for state-based metadata filter to Retriever Tool * Update RetrieverTool.ts --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
update bugfix for override config vars
Merge branch 'feature/add-couchbase-vectore-store' into feature/Couchbase
* update bugfix for override config vars * add overrideConfig to upsert vector
flowise@2.1.5
🚅 Previously deployed to Railway in the Flowise project. Environment has been deleted. |
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.
No description provided.