saatchi-david
8e2e790a93
Update DeleteDocStoreDialog.jsx - added clarification that data will also be removed from the record manager. ( #3987 )
...
Added clarification that data will also be removed from the record manager.
Before:
"Remove data from vector store"
After:
"Remove data from vector store and record manager"
Note: this dialog box only appears when a record manager exists in the doc store. If it's intended to be shown regardless of whether a record manager exists, updates will be needed.
2025-02-06 09:05:21 +00:00
Henry Heng
aeb82c2fb4
Release/2.2.5 ( #3983 )
...
* release 2.2.5
* update pnpm lock file
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
2025-02-04 10:28:52 +00:00
Henry Heng
01cb3ef20d
Bugfix/delete messages via sessionId ( #3982 )
...
delete messages via sessionId
2025-02-04 09:50:46 +00:00
Henry Heng
a0b4abdd13
Feature/update openai version, add reasoning effort param, add o3 mini ( #3973 )
...
* update openai version, add reasoning effort param
* update azure
* add filter for pinecone llamaindex
* update graph cypher qa chain
2025-02-04 08:43:27 +00:00
inkyu
2a0e712b7d
feat: preserve UI state memory on API override ( #3957 )
2025-02-03 17:12:09 +00:00
Jamal Almonawer جمال المناور
e1ea1c68d1
Fix: Ensure normalizeURL retains port number ( #3959 )
...
* fix: Preserve port in normalizeURL function
The normalizeURL function was previously ignoring the port in the URL.
This fix explicitly includes the port if present (e.g., `:3000`).
* fix lint problem
fix lint problem
2025-02-03 17:02:00 +00:00
Gene Ruebsamen
8d327e465c
Expose dimensions parameter on Jina Embeddings ( #3969 )
...
* Expose dimensions parameter on Jina Embeddings
* fix linting issue
* update description text to refer to dimensions
* Update JinaAIEmbedding.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-02-03 17:01:50 +00:00
Gene Ruebsamen
7d125d50d4
update cohere rerank models to v3.0 and v3.5 ( #3972 )
2025-02-03 01:44:27 +00:00
Henry Heng
20a797d2e0
Feature/Add ability to create new doc store on upsert ( #3965 )
...
add ability to create new doc store on upsert, update firecrawl properties
2025-02-01 14:28:50 +00:00
Henry Heng
a49177f7fb
Chore/O3 MINI ( #3962 )
...
* 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
* add azure o1 models
* add o3 mini
* add wolframalpha tool
2025-02-01 01:17:40 +00:00
saatchi-david
81cd904b73
Update RateLimit.jsx - link to documentation incorrect ( #3954 )
...
Current link to Rate Limit documentation is incorrect:
https://docs.flowiseai.com/rate-limit
Corrected to:
https://docs.flowiseai.com/configuration/rate-limit
2025-02-01 00:10:15 +00:00
Adolfo Usier
315536ed6e
Adding DeepSeekR1 Distill to Groq modal ( #3961 )
...
adding DeepSeekr1 distill to groq
2025-02-01 00:09:41 +00:00
Asharib Ali
abb1b2d0d2
fix: Update Perplexity AI model to sonar ( #3949 )
...
fix: update Perplexity AI model to recently released sonar
2025-01-30 17:05:22 +00:00
Henry Heng
ad60140e38
Bugfix/Update start date from timestamp to date format ( #3951 )
...
update start date from timestamp to date format
2025-01-30 17:04:59 +00:00
Henry Heng
9a68b4b021
Chore/update nvidia NIM label ( #3943 )
...
update nvidia NIM label
2025-01-30 10:36:05 +00:00
Henry Heng
dc8112d4f0
Create SECURITY.md
2025-01-30 09:42:22 +00:00
Henry Heng
6e95989647
Bugfix/Overrideconfig for form data body ( #3932 )
...
fix overrideconfig for form data body
2025-01-27 11:19:26 +00:00
Henry Heng
a2a475ba7a
Feature/Add bullmq redis for message queue processing ( #3568 )
...
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
2025-01-23 14:08:02 +00:00
Henry Heng
14adb936f2
Update pnpm-lock.yaml
2025-01-23 13:28:34 +00:00
Henry Heng
5d311755fa
chore/update pnpm lock indentation ( #3916 )
...
* add custom function to seq agent
* add seqExecuteFlow node
* update pnpm lock file indentation
2025-01-23 13:27:17 +00:00
Henry Heng
e26fc63be0
Feature/Custom Function to Seq Agent ( #3612 )
...
* add custom function to seq agent
* add seqExecuteFlow node
2025-01-23 13:04:40 +00:00
Yi-Cheng Wang
50a7339299
fix: Correct logic error in tool input assignment for ChatflowTool ( #3903 )
...
The previous code incorrectly assigned `toolInput` to an empty string when `customInput` was non-empty. Corrected the logic to ensure that `toolInput` is assigned `customInput` when `useQuestionFromChat` is false and `customInput` is non-empty.
2025-01-22 18:22:24 +00:00
Henry Heng
1baa4f8e4f
Bugfix/Allow files uploads without enabling overrideconfig ( #3915 )
...
allow files uploads without enabling overrideconfig
2025-01-22 18:20:57 +00:00
Nguyễn Đức Hùng
ca559c5f21
Update model names for deepseek components ( #3911 )
2025-01-22 12:43:57 +00:00
Henry Heng
5cc0e98604
Bugfix/Allow prefix vars when executing custom function ( #3902 )
...
allow prefix vars when executing custom function
2025-01-21 00:34:17 +00:00
Henry Heng
4aa97b0c9a
Bugfix/Escape JSON in Prompt Message ( #3901 )
...
add fix to only get variables when there is no colon
2025-01-20 19:18:28 +00:00
Osema Touati
4c9d46d7e5
fix: Fixing logger for custom S3 stream ( #3900 )
...
* fix: Fixing logger for custom S3 stream
* fix: adjusting s3 stream folder
* fix: fixing forcedPathStyle variable name.
* Update logger.ts
* add S3ClientConfig types
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-01-20 19:15:31 +00:00
itaismith
3fc4e79089
Add tenant and database configs for Chroma Cloud credentials ( #3872 )
...
* Add tenant and database configs for Chroma Cloud credentials
* Lint fix
2025-01-20 18:39:00 +00:00
Henry Heng
320eab65d6
Chore/Add base options to azure chat openai ( #3886 )
...
* add base options to azure chat openai
* add base options to embeddings
2025-01-20 18:29:27 +00:00
Nguyễn Đức Hùng
9c2203be62
Feature: Add Jina AI Rerank Retriever ( #3898 )
2025-01-20 12:33:42 +00:00
supraface
5c9f17814b
Bugfix/Handling empty strings when resolving variables ( #3864 )
...
Bugfix for how to handle empty strings when resolving variables
2025-01-16 15:14:06 +00:00
Henry Heng
c89be26024
Bugfix/update get chat messages chattype ( #3881 )
...
update get chat messages chattype
2025-01-16 14:53:36 +00:00
Henry Heng
62d5d1e8ef
Bugfix/add hidden properties to custom tool ( #3875 )
...
add hidden properties to custom tool
2025-01-15 13:43:58 +00:00
Henry Heng
ef96b57303
Release/2.2.4 ( #3870 )
...
flowise@2.2.4 release
2025-01-14 20:47:48 +00:00
Jérémy JOURDIN
24eb437bad
[Feature] improve CsvLoader & clean code ( #3830 )
...
* Improve CSV Loader
* Improve S3 Loaders
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2025-01-14 16:47:04 +00:00
Light
cc87d85675
Chore: Update @langchain/community ( #3787 )
...
* update package versions
* fix updated field defs due to lib update
* Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
# packages/components/package.json
# pnpm-lock.yaml
* lintfix
* fix follow up prompt dialog
* lintfix
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2025-01-14 16:30:51 +00:00
Ryan Halliday
16aa3a0d29
Get/Delete ChatMessage based on startDateTime / endDateTime ( #3867 )
...
* Get ChatMessage based on startDateTime / endDateTime - supplements existing startDate / endDate fields
* Proper query handling for between case
* Return 0 result rather than error
* lint fix
* update start date and end date query
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2025-01-14 14:06:42 +00:00
Henry Heng
aab493c3c7
Feature/OpenRouter ( #3865 )
...
add open router
2025-01-13 20:35:59 +00:00
Henry Heng
d2fa430725
Chore/swagger update ( #3860 )
...
* update swagger spec
* update api docs to include doc store file chunks
* update swagger api
* update swagger api
2025-01-13 15:17:15 +00:00
Hugues Chocart
89c5eb0492
Lunary: fix user messages ( #3852 )
...
Update handler.ts
2025-01-12 23:01:02 +00:00
Henry Heng
d60242c224
Feat/add multer s3 ( #3854 )
...
* add multer s3
* add types multer s3
* update multer s3 implementation
* Revert "update multer s3 implementation"
This reverts commit 9a25bf57a9 .
* update storage utils
* update multer storage type on routes
* revert getMulterStorage
* revert getMulterStorage
* update getmulterstorage
* update getmulterstorage
* update getmulterstorage
2025-01-12 23:00:34 +00:00
Henry Heng
15d06ec4b3
Feature/Allow winston to stream to s3 ( #3848 )
...
allow winston to stream to s3
2025-01-11 17:01:10 +00:00
Henry Heng
a2d5cf979c
Bugfix/show agent messages status on sharechatbot ( #3851 )
...
fix show agent messages status on sharechatbot
2025-01-11 16:50:03 +00:00
Henry Heng
c36267cf74
Bugfix/Undefined loader config ( #3846 )
...
fix undefined loader config
2025-01-09 17:18:56 +00:00
Henry Heng
8d266052ae
Feature/update upsert API ( #3836 )
...
* update upsert API
* add fix for override files in upsert vector
2025-01-09 13:22:35 +00:00
Lucas Mohallem Ferraz
1ae78c2739
[Feat] Allow AWS SECRETS MANAGER instead of storing AES Encrypted in db ( #3616 )
...
* AWS Secrets
* AWS Secrets support
* add examples
* remove test compose
* fix lint
* update aws secret manager implementation
* update secret manager client
* update comments
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2025-01-08 20:24:57 +00:00
Ryan Halliday
c2c1ca9162
Slight Redis Memory description change to include units ( #3824 )
...
Slight message change to include units
2025-01-08 01:05:10 +00:00
Henry Heng
b2224b9ca1
Feature/update share chatbot for adding title colors ( #3823 )
...
update share chatbot for adding title colors
2025-01-07 22:17:37 +00:00
Ahmed Rowaihi
e429af139e
feat(follow-up/ollama): support ollama provider ( #3795 )
2025-01-07 20:43:43 +00:00
Henry Heng
9a417bdc95
Bugfix/update nodevm sandbox options, sanitize tablename ( #3818 )
...
* update nodevm sandbox options, sanitize tablename
* sanitize file name when getFileFromStorage
2025-01-07 15:26:25 +00:00