Henry Heng
75f779f861
Bugfix/whitelist urls for non password protected instance ( #3085 )
...
whitelist urls for non password protected instance
2024-08-26 11:29:46 +01:00
Henry Heng
d9a2c334a0
Feature/Update API Docs README ( #3078 )
...
* Add interactive swagger-ui auto-generated API docs from express
* Update README.md
* Update index.ts //@ts-ignore
* Fix eslint no-console error
* Add swagger paths
* Add all end points
* Update swagger.yml
* update swagger yml file
* update swagger config
* update swagger response indentation
* update api-docs README
* update README
---------
Co-authored-by: Octavian FlowiseAI <154992625+ocflowiseai@users.noreply.github.com >
2024-08-25 14:53:59 +01:00
Henry Heng
66acd0c000
Feature/add ability to upload file from chat ( #3059 )
...
add ability to upload file from chat
2024-08-25 13:22:48 +01:00
Octavian FlowiseAI
e8f5f07735
Feature: interactive swagger-ui auto-generated API docs from express ( #1812 )
...
* Add interactive swagger-ui auto-generated API docs from express
* Update README.md
* Update index.ts //@ts-ignore
* Fix eslint no-console error
* Add swagger paths
* Add all end points
* Update swagger.yml
* update swagger yml file
* update swagger config
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-08-25 13:22:07 +01:00
Tan Le
8bb55e07b6
fix: ignore allowedOrigins config for undefined origin header to ensure correct CORS behavior ( #3033 )
...
fix: ignore allowed origins from chatbot config when origin header is undefined as correct cors behavior
2024-08-18 21:02:31 +01:00
Alex Linder
2e689f2cff
bugfix: update placeholder for SQL database connection string ( #3034 )
...
chore: update placeholder for SQL database connection string
2024-08-18 21:02:16 +01:00
Henry Heng
f57dc2477f
Release/2.0.5 ( #3001 )
...
🥳 flowise patch bugfix @2.0.5
2024-08-12 14:51:17 +01:00
Henry Heng
d4b41689da
Bugfix/Tool Agent output message ( #2990 )
...
* add fix for tool agent output message
* pin langchain core dependency
2024-08-10 13:56:08 +01:00
Henry Heng
376e644cec
Feature/Add ability to get vars from text input ( #2986 )
...
add ability to get vars from text input
2024-08-09 17:31:21 +01:00
xyh136138
b833fd8f7d
bug-fix: https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage has expired. ( #2974 )
...
bug-fix:https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage is no longer valid and has been moved to https://ts.llamaindex.ai/modules/response_synthesizer
Co-authored-by: =熊宇豪 <xiongyuhao@pachiratech.com >
2024-08-09 11:39:45 +01:00
toi500
bf7a7f8a96
Spider Search / Scrape as a Tool ( #2972 )
...
adding tools
Co-authored-by: toi500 <toi500@gmail.com >
2024-08-09 11:35:18 +01:00
Henry Heng
0c161956ad
Release/2.0.4 ( #2971 )
...
🥳 flowise patch bugfix @2.0.4
2024-08-08 00:32:57 +01:00
Henry Heng
75ff97ef12
Bugfix/Add langchainhub dependency ( #2970 )
...
add langchainhub dependency
2024-08-08 00:25:20 +01:00
Henry Heng
f4dfe1803d
Release/2.0.3 ( #2966 )
...
🥳 flowise@2.0.3
2024-08-07 19:20:44 +01:00
Vinod Kiran
c0bae635b0
Document Store - Phase 2 ( #2912 )
...
* Document Store - Phase 2
* Adding additional columns for vector store config, document store phase 2
* Adding additional columns for vector store config, document store phase 2
* Document Store - Phase 2 - Upsert and Query
* ux cleanup
* retrieval settings and more ux changes
* adding MMR params to execution
* Making the upsert process async.
* add upsert history changes
* making the searchParams dynamic
* removing unnecessary params
* add ability to delete data from vector store
* update margin for vector store query
* adding option to save config in the retrieval playground
* adding chunk number for query return chunks
* Adding a Document Store node in the VectorStore category
* update doc store status, ui touchup
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-08-07 18:59:52 +01:00
Ong Chung Yau
5c78f77be9
fix migration with wrong unix timestamp ( #2958 )
2024-08-07 18:33:53 +08:00
Henry Heng
ee8f9bb37c
Chore/Move @langchain/core dependency to components ( #2945 )
...
* move lc core dependency to components
* anchor @langchain/aws version
* update agentic RAG template
2024-08-06 14:41:21 +01:00
Henry Heng
70d7420d02
Feature/Seq Agent Nodes Update ( #2942 )
...
update all seg agent nodes to 2.0 for UI UX improvements
2024-08-06 11:30:08 +01:00
Henry Heng
7153093bfc
Release/2.0.2 ( #2934 )
...
🥳 flowise@2.0.2 release
2024-08-05 13:18:39 +01:00
Asharib Ali
c103835d49
Update Perplexity AI Tool: BugFix Authorization and Update Model ( #2916 )
...
Fix Authorization Bug and Update Model in Perplexity AI Tool
2024-07-31 17:38:05 +01:00
Henry Heng
7f668e6413
Bugfix/modify column types to longtext ( #2908 )
...
modify column types to longtext
2024-07-30 16:39:19 +01:00
Henry Heng
27cb143fef
Feature/Community Node ( #2902 )
...
add feature to enable community node
2024-07-29 16:52:47 +01:00
Henry Heng
b5d969b2bb
Feature/prepend messages to agent graph ( #2897 )
...
prepend messages to agent graph
2024-07-29 11:09:38 +01:00
Vinod Kiran
2dd1791ec2
Feature: Option to add apikeys to the DB instead of api.json. ( #2783 )
...
* Feature: Option to add apikeys to the DB instead of api.json.
* add api storage type env variable
* code cleanup and simplification.
* md table fixes
---------
Co-authored-by: Henry <hzj94@hotmail.com >
2024-07-26 17:52:12 +01:00
Ilango
e5018d2743
Filter by feedback type in view messages dialog ( #2869 )
...
* Update get chat messages and stats filter to work with feedback type filter
* Add feedback type filter to view messages dialog
* Fix issues with feedback type filter
2024-07-26 15:47:58 +01:00
Henry Heng
1c730323e2
Feat/add s3 custom url ( #2891 )
...
add s3 custom url
2024-07-26 15:39:24 +01:00
Henry Heng
855e0e31f4
Release/2.0.1 ( #2859 )
...
🥳 flowise@2.0.1 release
2024-07-23 15:29:32 +01:00
Henry Heng
368c69cbc5
Bugfix/Move summarization as optional for multi agents ( #2858 )
...
add summarization as optional for multi agents
2024-07-23 15:15:41 +01:00
Henry Heng
c31a4c95e7
Release/2.0.0 ( #2844 )
...
🥳 flowise@2.0.0 release
2024-07-23 00:00:42 +01:00
Henry Heng
bca4de0c63
Feature/seq agents ( #2798 )
...
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
2024-07-22 17:46:14 +01:00
Ong Chung Yau
95b2cf7b7f
Feature/extract import all ( #2796 )
...
* use existing route to get all chatflows
* add export all chatflows functionality
* add read exported all chatflows json file functionality
* add save chatflows functionality in server
* chore rename saveChatflows to importChatflows and others
* chore rewrite snackbar message
* fix import chatflows when no data in chatflows db
* add handle when import file array length is 0
* chore update and add meaning comment in importChatflows
* update method of storing flowdata for importChatflows function
* Refresh/redirect to chatflows when import is successful
* fix lint
---------
Co-authored-by: Ilango <rajagopalilango@gmail.com >
2024-07-16 09:47:41 +08:00
Henry Heng
074bb738a3
Release/1.8.4 ( #2805 )
...
* 🥳 flowise release 1.8.4
* 🥳 flowise-components release 1.8.6
2024-07-15 15:34:33 +01:00
Henry Heng
363d1bfc44
Chore/update deprecating nodes ( #2540 )
...
* update deprecating nodes
* add filters use cases to marketplace
* update log level
2024-07-12 18:37:57 +01:00
Asharib Ali
9ea439d135
Add Perplexity AI Search Tool to Marketplaces/Tools ( #2771 )
...
add the perplexity_ai_search tool
2024-07-12 18:01:36 +01:00
Mubashir Shariq
dfdeb02b3a
Feat/added chattBaiduWenxin chat model ( #2752 )
...
* added cahtBaiduWenxin model
* fix linting
* fixed linting
* added baidu secret key
2024-07-05 11:25:37 +01:00
Henry Heng
15a416a58f
Bugfix/Verify apikey params typo ( #2742 )
...
fix verify apikey params typo
2024-06-28 22:09:12 +01:00
Henry Heng
7067f90153
Release/1.8.3 ( #2727 )
...
release flowise 1.8.3
2024-06-26 14:01:26 +01:00
YISH
83ecc88b35
feat (server): add support for setting listening host ( #2604 )
2024-06-21 14:51:03 +01:00
Henry Heng
842bfc66fe
Feature/Add ability to upload image url when calling API ( #2683 )
...
add ability to upload image url when calling API
2024-06-19 23:26:56 +01:00
Henry Heng
72e5287343
Feature/Add tool choices to openai assistant ( #2682 )
...
add tool choices to openai
2024-06-19 22:41:53 +01:00
YISH
371e632a2c
Fix apikey not URL safe ( #2602 )
2024-06-14 11:35:25 +01:00
Henry Heng
3ab0d99711
Bugfix/Correctly throw 401 error when unauthorized ( #2626 )
...
correctly throw 401 error when unauthorized
2024-06-12 19:10:42 +01:00
Henry Heng
5ba468b4cc
🥳 flowise@1.8.2 release ( #2625 )
2024-06-11 22:39:59 +01:00
Jared McQueen
5e4d640ed7
fix totalChars accumulator for undefined pageContent ( #2619 )
2024-06-11 22:05:04 +01:00
Mingxin Hou
88ee9b09a7
Fireworks ai chat model ( #2596 )
...
* fireworks chat model
* add chatFireworks to streamAvaliableLLMs
* add model parameter input
* Update ChatFireworks.ts
* fix linting
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com >
2024-06-11 21:56:22 +01:00
不知火 Shiranui
c8939dc2a6
Add data source adapter of MariaDB ( #2595 )
...
fix(datasource.ts): add mariadb
2024-06-07 12:14:06 +01:00
Daniel D'Abate
34251fa336
Bugfix - Add x-forwarded-proto as source for http protocol for base url and add base url field to ChatflowTool ( #2592 )
2024-06-07 12:04:25 +01:00
toi500
5899e50c54
Adding Agentflow Template ( #2586 )
...
adding agentflow template
Co-authored-by: toi500 <toi500@gmail.com >
2024-06-05 21:55:45 +01:00
Henry Heng
582dcc8508
Feature/add status check ping ( #2579 )
...
add status check ping
2024-06-04 18:45:45 +01:00
Henry Heng
4ec8376efa
Bugfix/get rid of double quotes when replacing variable value ( #2577 )
...
get rid of double quotes when replacing variable value
2024-06-04 15:44:27 +01:00