Henry Heng
eabc84ee9f
Chore/remove fixed height ( #2142 )
...
remove fixed height
2024-04-09 16:21:37 +01:00
Ilango
0511ea1f56
Fix: UI issues in credentials dialog and card descriptions ( #2137 )
...
* Update styles for dashboard page
* Fix grid in chatflows and marketplaces pages
* Update styles for main routes
* Create ViewHeader component and use it in chatflows and marketplace
* Use viewheader in all main routes views and make the styles consistent
* Update table styles for chatflow and marketplace views
* Update table and grid styles in all main routes views
* Make backgrounds, borders, and colors everywhere
* Apply text ellipsis for titles in cards and tables
* Update credentials list dialog styles
* Update tools dialog styles
* Update styles for inputs and dialogs
* Show skeleton loaders for main routes
* Apply text ellipsis to chatflow title in canvas page
* Update icons for load and export buttons in tools and assistants
* Fix issue where table header is shown when number of elements is zero
* Add error boundary component to main routes
* Capture errors from all requests in main routes
* Fix id for add api key and add variable buttons
* Fix missing th tag in variables table body
* Fix credentials search background color
* Apply multiline text ellipsis to description in ItemCard
* Fix unused import
2024-04-09 15:34:59 +01:00
Ilango
20a500efb5
Fix: Empty starter prompt creating empty bubbles ( #2139 )
...
Fix empty starter prompt creating empty bubbles
2024-04-09 15:34:49 +01:00
Vinod Kiran
1129782758
Code Cleanup - unnecessary document creation in Pinecone and Astra Vector Stores ( #2124 )
...
code cleanup
2024-04-09 15:34:29 +01:00
Henry Heng
057e056257
Bugfix/Add missing TTL implementation for Redis ( #2131 )
...
add missing TTL implementation
2024-04-09 14:36:24 +01:00
louyongjiu
827de07e94
Feature: Add BasePath parameter setting support to ChatOpenAI LlamaIndex ( #2132 )
...
* ChatOpenAI LlamaIndex support BasePath Param
* Add BasePath parameter setting support to ChatOpenAI LlamaIndex
* Add BasePath parameter setting support to ChatOpenAI LlamaIndex
2024-04-09 14:35:23 +01:00
Ilango
19bb23440a
UI Improvements ( #1935 )
...
* Update styles for dashboard page
* Fix grid in chatflows and marketplaces pages
* Update styles for main routes
* Create ViewHeader component and use it in chatflows and marketplace
* Use viewheader in all main routes views and make the styles consistent
* Update table styles for chatflow and marketplace views
* Update table and grid styles in all main routes views
* Make backgrounds, borders, and colors everywhere
* Apply text ellipsis for titles in cards and tables
* Update credentials list dialog styles
* Update tools dialog styles
* Update styles for inputs and dialogs
* Show skeleton loaders for main routes
* Apply text ellipsis to chatflow title in canvas page
* Update icons for load and export buttons in tools and assistants
* Fix issue where table header is shown when number of elements is zero
* Add error boundary component to main routes
* Capture errors from all requests in main routes
* Fix id for add api key and add variable buttons
* Fix missing th tag in variables table body
2024-04-08 11:15:42 +05:30
Henry Heng
19e14c4798
Bugfix/Undefined Flowdata ( #2116 )
...
add fix for undefined flowdata
2024-04-07 12:01:57 +01:00
Vinod Kiran
658fa3984e
Feature/externalize files from chatflow - do not save as base64 ( #1976 )
...
* initial commit. Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* DocX - docloader - Externalizing the file base64 string from flowData
* Json - docloader - Externalizing the file base64 string from flowData
* Jsonlines - docloader - Externalizing the file base64 string from flowData
* PDF - docloader - Externalizing the file base64 string from flowData
* Vectara - vector store - Externalizing the file base64 string from flowData
* OpenAPIToolkit - tools - Externalizing the file base64 string from flowData
* OpenAPIChain - chain - Externalizing the file base64 string from flowData
* lint fixes
* datasource enabled - initial commit
* CSVAgent - agents - Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* add pnpm-lock.yaml
* update filerepository to add try catch
* Rename FileRepository.ts to fileRepository.ts
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-04-04 21:41:06 +05:30
Henry
eed7de6df5
🥳 flowise@1.6.3 release
2024-04-04 15:16:44 +01:00
Henry
39198a42ad
🥳 flowise-ui@1.6.3 release
2024-04-04 15:15:45 +01:00
Henry
39f7e4c263
🥳 flowise-components@1.6.5 release
2024-04-04 15:14:24 +01:00
falkor
87e30399d4
fix missing comma upon sql migration query ( #2095 )
...
* fix missing comma upon sql migration query
* fix missing comma
2024-04-03 23:46:10 +01:00
Henry Heng
e422ce287b
Feature/Indexing ( #1802 )
...
* indexing
* fix for multiple files upsert
* fix default Postgres port
* fix SQLite node description
* add MySQLRecordManager node
* fix MySQL unique index
* add upsert history
* update jsx ui
* lint-fix
* update dialog details
* update llamaindex pinecone
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2024-04-02 23:47:19 +01:00
Octavian FlowiseAI
957694a912
feature: modularized express routes for reusability, testability, composability and performance ( #2030 )
...
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-02 16:44:04 +01:00
Octavian FlowiseAI
ea255db15d
Bugfix/closing mongodb connections ( #2085 )
...
* mongodb connection issue
* updating and pinning mongodb version
* removing pnpm-lock.yaml
* converting to a singleton
* Update pnpm lock file
* Downgrade mongodb
---------
Co-authored-by: vinodkiran <vinodkiran@usa.net>
Co-authored-by: Vinod Paidimarry <vinodkiran@outlook.in>
2024-04-02 14:57:20 +02:00
Henry Heng
b9b0c9d227
Bugfix/Web Scraper Limit ( #2083 )
...
fix when limit set to 0, selectedLinks sliced to become empty
2024-04-02 11:14:04 +01:00
Henry Heng
dad30472b6
Chore/Pin Pinecone dep ( #2036 )
...
* pin pinecone dep
* fix openai assistant types
* Merge branch 'main' into chore/Pin-Pinecone-Dependency
# Conflicts:
# pnpm-lock.yaml
2024-03-31 14:55:33 +08:00
Henry Heng
70706a7183
Bugfix/Add astradb collection name and namespace ( #2071 )
...
add astradb collection name and namespace
2024-03-31 00:07:59 +08:00
Zheng Can
a09b7f7e39
Use mysql2 to fix mysql connection issue for mysql 8 ( #1955 )
...
* Use mysql2 to fix mysql connection issue for mysql 8
* update pnpm-lock
* update pnpm-lock
* fix lint issue
* fix lint issue
2024-03-30 23:58:15 +08:00
Asharib Ali
aa6aa2e461
bugfix: depreciating chatgpt plugin ( #2070 )
2024-03-30 23:54:22 +08:00
Marc Klingen
a57cd76757
chore: upgrade langfuse to support metadata and tags ( #2055 )
...
* chore: upgrade langfuse to support metadata and tags
* pnpm i
2024-03-30 13:01:04 +08:00
Vinod Paidimarry
f116dba84e
Chore/cohere embed models ( #2035 )
...
* Update of Cohere embedding models
* Update of Cohere embedding models
* adding official docs link to inputType
2024-03-26 11:50:50 +05:30
Vinod Paidimarry
794818b434
Voyage AI - Credentials, Embeddings and Rerank ( #2015 )
...
* Voyage AI - Credentials and Embeddings
* reranker and fixes for embeddings
2024-03-26 11:50:16 +05:30
Yavisht Katgara
6fd0fe60fc
fix: update streaming how-to url ( #2037 )
2024-03-26 12:23:18 +08:00
falkor
b177644354
feature/fetch openaiKey via overrideConfig (vars) ( #2018 )
...
* fetch openaiKey via overrideConfig (vars)
* support dynamic openai credentialId via chatflowConfig
* fix lint
2024-03-26 12:05:39 +08:00
Henry Heng
a702e7408c
Feature/Add gpt4 turbo to assistant ( #2038 )
...
add gpt4 turbo to assistant
2024-03-25 18:17:49 +08:00
Henry Heng
3a7c2fd4db
Chore/Upgrade llamaindex ( #2017 )
...
upgrade llamaindex
2024-03-25 16:10:28 +08:00
Henry Heng
414b9f125c
Bugfix/Avoid hardcoded max tokens ( #2003 )
...
remove hard-coded max tokens
2024-03-25 12:10:31 +08:00
Mr Khachaturov
4ca82ee733
Extend Confluence Document Loader to Support Server/Data Center with PAT ( #1998 )
...
* Extend Confluence Document Loader to Support Server/Data Center with PAT
- Update authentication to use Personal Access Token (PAT)
- Expand compatibility to include both Confluence Cloud and Server/Data Center
* Update ConfluenceServerDCApi.credential.ts
* use the same confluence loader with different connection logic
* use the same confluence loader with different connection logic
* Apply Prettier formatting
2024-03-25 01:37:55 +08:00
Henry Heng
7e84049990
Bugfix/Postgres migration column type ( #2026 )
...
fix postgres migration column type
2024-03-24 19:56:07 +08:00
Vinod Paidimarry
509b2dd36d
bugfix: Dynamo Memory - messageAttributeName ( #2011 )
...
* bugfix: Dynamo Memory - messageAttributeName
* bugfix: Dynamo Memory - messageAttributeName
2024-03-23 13:18:15 +05:30
Emrah TOY
813f622f6d
Fix #2000 ( #2021 )
...
* ChatId andSessionId returned back to varchar type.
* Will fix problems for the users whom already migrated to 1.6.2
---------
Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
2024-03-23 15:11:43 +08:00
Vinod Paidimarry
0267005225
bugfix: CSV Agent was overwriting contents when multiple files were u… ( #2002 )
...
bugfix: CSV Agent was overwriting contents when multiple files were uploaded
2024-03-21 22:08:03 +05:30
Ikko Eltociear Ashimine
dee681b63e
Update SqlDatabaseChain.ts ( #2004 )
...
seperated -> separated
2024-03-21 16:58:59 +08:00
Vinod Paidimarry
0c0308b9c4
BugFix/Spelling correction in telemetry payload ( #2001 )
...
spelling correction
2024-03-21 01:51:50 +08:00
Henry
57efa25fe5
🥳 flowise@1.6.2 release
2024-03-20 01:17:50 +08:00
Henry
ff09ae6a50
🥳 flowise-ui@1.6.2 release
2024-03-20 01:17:08 +08:00
Henry
bf5be755f6
🥳 flowise-components@1.6.4 release
2024-03-20 01:16:11 +08:00
Henry Heng
c11c43cf0d
Feature/OpenAI Tool Agent ( #1991 )
...
add openai tool agent
2024-03-19 19:07:13 +08:00
Emrah TOY
ec1bbc84bc
Fix#1947 ( #1960 )
...
* Fixes #1947
* Lint fix
* fallback from timestamp with timezone to timestamp
---------
Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
2024-03-19 17:57:45 +08:00
Octavian FlowiseAI
ac02cde2fa
Update autoSyncSingleCommit.yml
2024-03-18 13:43:48 +01:00
Octavian FlowiseAI
187d306653
Update autoSyncSingleCommit.yml ( #1985 )
2024-03-18 13:42:55 +01:00
Henry Heng
0ba6548163
Feature/delete backspace ( #1983 )
...
delete backspace
2024-03-18 20:38:57 +08:00
Octavian FlowiseAI
50a2e911f2
Send valid JSON to autosync workflows for multi-line commit messages ( #1981 )
...
Allow multi-line commit message to be used in autosync workflows using the toJSON context function. The toJSON function is required to pretty-print JSON objects to the log.
2024-03-18 09:09:21 +01:00
Henry Heng
bb7373ee62
Feature/Custom Tool OverrideConfig ( #1979 )
...
add ability to override custom tool
2024-03-18 15:22:36 +08:00
Henry Heng
cd4c659009
Feature/Mistral FunctionAgent ( #1912 )
...
* add mistral ai agent, add used tools streaming
* fix AWS Bedrock imports
* update pnpm lock
2024-03-18 13:17:00 +08:00
Henry Heng
58122e985c
Merge pull request #1970 from vinodkiran/FEATURE/AzureOpenAI_Image
...
Feature/azure open ai image
2024-03-16 16:48:56 +08:00
vinodkiran
0c649c9ce3
update the version number for AzureChatOpenAI
2024-03-16 10:03:55 +05:30
vinodkiran
01559d4da3
Adding support for AzureChatOpenAI
2024-03-16 09:39:09 +05:30