clates
d3f03e380e
[FEATURE] Added support for LocalAI Speech To Text configuration ( #2376 )
...
* Added support for LocalAI to the Speech To Text configuration. Added a few debug statements around speech to text conversion. Finally, refactored the speechToTextProviders a bit to try and remove some magic strings that have undocumented rules around naming.
* LocalAI STT - PR Feedback - Updated LocalAI Image, changed casing, and updated the default model to whisper-1.
2024-05-13 12:21:27 +01:00
Octavian FlowiseAI
cb0eb67df0
Use tabler icons react instead of tabler icons package ( #2389 )
...
* Use tabler icons react instead of tabler icons package
* Update package.json
---------
Co-authored-by: Octavian Cioaca <devtools@domselardi.com>
2024-05-10 21:17:12 +02:00
Henry
dce84106ef
🥳 flowise-ui@1.7.2 minor bugfix release
2024-05-09 14:29:12 +01:00
Henry Heng
26e7a1ac35
Bugfix/Credential mandatory field when preview chunks ( #2356 )
...
check if credential is mandatory field when preview chunks
2024-05-08 02:13:08 +01:00
Henry
40718bd77a
🥳 flowise-ui@1.7.1 release
2024-05-06 18:05:20 +01:00
Vinod Kiran
40e36d1b39
Feature/DocumentStore ( #2106 )
...
* datasource: initial commit
* datasource: datasource details and chunks
* datasource: Document Store Node
* more changes
* Document Store - Base functionality
* Document Store Loader Component
* Document Store Loader Component
* before merging the modularity PR
* after merging the modularity PR
* preview mode
* initial draft PR
* fixes
* minor updates and fixes
* preview with loader and splitter
* preview with credential
* show stored chunks
* preview update...
* edit config
* save, preview and other changes
* save, preview and other changes
* save, process and other changes
* save, process and other changes
* alpha1 - for internal testing
* rerouting urls
* bug fix on new leader create
* pagination support for chunks
* delete document store
* Update pnpm-lock.yaml
* doc store card view
* Update store files to use updated storage functions, Document Store Table View and other changes
* ui changes
* add expanded chunk dialog, improve ui
* change throw Error to InternalError
* Bug Fixes and removal of subFolder, adding of view chunks for store
* lint fixes
* merge changes
* DocumentStoreStatus component
* ui changes for doc store
* add remove metadata key field, add custom document loader
* add chatflows used doc store chips
* add types/interfaces to DocumentStore Services
* document loader list dialog title bar color change
* update interfaces
* Whereused Chatflow Name and Added chunkNo to retain order of created chunks.
* use typeorm order chunkNo, ui changes
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-06 15:23:27 +01:00
Henry Heng
af4e28aa91
Bugfix/Sync Nodes ( #2331 )
...
add cloned nodes to avoid mutation on original nodes
2024-05-06 12:41:46 +01:00
Henry Heng
c5e06bce6d
Feature/Add auto sync nodes ( #2307 )
...
add auto sync nodes
2024-05-02 18:40:10 +01:00
Vinod Kiran
d5a97060e2
FEATURE: Adding File Upload to Unstructured Loader ( #2304 )
...
* initial commit
* updates to loader to support file upload
* updates to loader to support file upload
* update unstructured file
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-02 18:34:32 +01:00
Ilango
db452cd74d
Feature: Collect contact information from users inside the chatbot ( #1948 )
...
* Add leads settings to chatflow configuration
* Add leads tab to chatflow configuration with options for lead capture
* Add database entity and migrations for leads
* Add endpoint for adding and fetching leads
* Show lead capture form in UI chat window when enabled
* Add view leads dialog
* Make export leads functional
* Add input for configuring message on successful lead capture
* Add migrations for adding lead email in chat message if available
* show lead email in view messages
* ui touch up
* Remove unused code and update how lead email is shown in view messages dialog
* Fix lead not getting saved
* Disable input when lead form is shown and save lead info to localstorage
* Fix lead capture form not working
* disabled lead save button until at least one form field is turned on, get rid of local storage _LEAD
* add leads API to as whitelist public endpoint
* Send leadEmail in internal chat inputs
* Fix condition for disabling input field and related buttons when lead is enabled/disabled and when lead is saved
* update leads ui
* update error message and alter table add column sqlite migration
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-02 01:54:59 +01:00
Henry
6899b27229
🥳 flowise-ui@1.6.6 release
2024-04-25 21:28:12 +01:00
Henry Heng
7360d1d9a6
Feature/OpenAI Assistant V2 ( #2258 )
...
* add gpt4 turbo to assistant
* OpenAI Assistant V2
* update langfuse handler
2024-04-25 20:14:04 +01:00
YISH
4782c0f6fc
feat(ui): auto proxy backend ( #2238 )
2024-04-25 18:48:02 +01:00
Vinod Kiran
7006d64de0
Feature/s3 storage ( #2226 )
...
* centralizing file writing....
* allowing s3 as storage option
* allowing s3 as storage option
* update s3 storage
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-23 11:35:38 +01:00
automaton82
6ab259b6aa
Closes #2228 ( #2229 )
...
Fixing typo on canvas errors
2024-04-22 11:32:17 +01:00
Ilango
f4c7887e50
Feature: define a custom error message for allowed domains ( #2194 )
...
* Add a field for custom error message in allowed domains configuration
* enhance UI for more consistency
* update pnpm version
* update pnpm version
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-19 03:13:28 +01:00
Vinod Kiran
6bd8aaefc8
Bugfix/speech input on Safari/iOS ( #1971 )
...
* debug to identify
* Safari sends audio file as mp4 and nor webp
* Safari on iOS needs special handling
* lint fixes
* updated condition
* Remove unused import
---------
Co-authored-by: Ilango <rajagopalilango@gmail.com>
2024-04-19 01:28:09 +01:00
automaton82
2cadd68a43
Changing 'Output Schema' to 'Input Schema' ( #2199 )
2024-04-17 10:30:41 +01:00
Vinod Kiran
a71785f0e2
Unable to view upsert history dialog, when InMemoryVector Store is used ( #2182 )
...
check for presence of paramValues
2024-04-15 13:20:12 +05:30
Henry
1130620d40
🥳 flowise-ui@1.6.5 minor release
2024-04-13 01:03:41 +01:00
Henry Heng
c33642cdf9
Feature/Buffer Memory SessionId ( #2111 )
...
* add sessionId to buffer memory, add conversation summary buffer memory
* add fix for conv retrieval qa chain
2024-04-11 11:18:39 +01:00
Octavian FlowiseAI
d7194e8aaa
Chore/consistent services and error handlers ( #2101 )
...
* Update index.ts
* Update buildChatflow.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Consistency
* Rename ApiError to InternalServerError
* Use InternalFlowiseError in controllers
* Use InternalFlowiseError in services
* Catch routes without preconditioned parameters
* Reconfigure the route precondition checks
* Fix router precondition checks
* cleanup status codes, get proper error messages
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-11 11:11:01 +01:00
Henry
1996cc40ba
🥳 flowise-ui@1.6.4 minor release
2024-04-09 16:38:06 +01:00
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
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
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
39198a42ad
🥳 flowise-ui@1.6.3 release
2024-04-04 15:15:45 +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
Yavisht Katgara
6fd0fe60fc
fix: update streaming how-to url ( #2037 )
2024-03-26 12:23:18 +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
ff09ae6a50
🥳 flowise-ui@1.6.2 release
2024-03-20 01:17:08 +08:00
Henry Heng
0ba6548163
Feature/delete backspace ( #1983 )
...
delete backspace
2024-03-18 20:38:57 +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
Ilango
49846cd66a
Set embed versions to latest ( #1957 )
2024-03-15 12:08:16 +05:30
Ilango
1459190adc
Merge pull request #1941 from 0xi4o/bug/starter-prompts-scroll
...
Fix: starter prompts exceeds chat window and cannot be scrolled
2024-03-14 08:59:20 +05:30
Ilango
0ebfa68b93
Merge pull request #1873 from 0xi4o/feature/chatflow-configuration
...
Feature: Add configuration dialog for chatflow
2024-03-13 17:48:33 +05:30
Ilango
b98c15d832
Make starter prompts wrap instead of exceeding chat window
2024-03-13 12:06:50 +05:30
Ilango
7c4056e305
Show scrollbar when starter prompts exceed chat window width
2024-03-13 11:54:35 +05:30
Ilango
ad3d5032a5
Add chat feedback, allowed domains, and speech to text options to chatflow context menu in table view
2024-03-13 10:17:31 +05:30
Ilango
02963ce0d5
Fix warnings
2024-03-13 05:57:10 +05:30
Henry
eb2a83fda7
🥳 flowise-ui@1.6.1
2024-03-13 01:50:13 +08:00
Henry
a4a2fbb08f
rename rate limit
2024-03-13 01:13:36 +08:00
Ilango
4a6e71058c
Refactor components related to chatflow configuration
2024-03-12 22:03:44 +05:30
Ilango
e95a780b26
Remove unused dialog files
2024-03-12 21:59:38 +05:30
Ilango
c2ecb48900
Update how chatflow data is updated when configuration dialog is open
2024-03-12 18:11:18 +05:30
Ilango
3096a0fa50
Fix merge conflicts
2024-03-12 16:57:23 +05:30
Henry
2853b3149b
update dialog position, and clear feedback content after dialog disappear
2024-03-12 18:46:34 +08:00
Ilango
f16254203e
Fix build errors
2024-03-12 13:33:47 +05:30
Ilango
b6e0b08f92
Fix merge conflicts
2024-03-12 13:29:30 +05:30
Ilango
dc59b0468f
Fix merge conflicts and build issues
2024-03-12 13:19:16 +05:30
Ilango
4a7da99996
Fix merge conflicts
2024-03-12 13:10:49 +05:30
Ilango
6db48a97ed
Fix build errors
2024-03-12 12:55:52 +05:30
Ilango
7313891ea1
Fix merge conflict
2024-03-12 12:46:25 +05:30
Ilango
ae78ea6b43
Use latest chatflow data in configuration dialog
2024-03-12 11:09:45 +05:30
Ilango
6d4fa7b368
Fix starter prompts and analyse settings not saving properly
2024-03-12 10:08:41 +05:30
Ilango
7020974b55
Update chatflow configuration dialog - add starter prompts, analyse chatflow. Rename files.
2024-03-12 00:43:11 +05:30
Ilango
b7bb043d3a
Fix merge conflicts
2024-03-11 22:56:08 +05:30
Ilango
150da68dc8
Fix merge conflicts
2024-03-11 22:21:25 +05:30
Ilango
ed6b3b2a6d
Update stats API - date and source filters apply to stats
2024-03-11 21:54:42 +05:30
Ilango
131eccef45
Implement chat message feedback for UI chat window
2024-03-11 21:07:20 +05:30
Vinod Paidimarry
305a585cf4
Merge pull request #1919 from vinodkiran/BUGFIX/canvas-hidden-params
...
Bugfix: hidden flag on additionalParams is not taken into account.
2024-03-11 16:39:33 +05:30
Ilango
13ee0d0c7b
Merge pull request #1765 from 0xi4o/feature/allowed-domains
...
Feature: Allowed domains for chatflows
2024-03-11 16:16:53 +05:30
Ilango
ac35d5f667
Merge branch 'main' of github.com:0xi4o/Flowise into feature/chat-message-feedback
2024-03-11 16:04:47 +05:30
vinodkiran
fd5a34b8ea
Bugfix: hidden flag on additionalParams is not taken into account.
2024-03-11 14:29:11 +05:30
Henry
07b4077284
fix json dialog title
2024-03-11 16:24:59 +08:00
Henry
07503f9be8
add placeholder
2024-03-07 19:08:10 +08:00
Henry
91765c2e7b
Merge branch 'main' into feature/allowed-domains
2024-03-07 18:39:46 +08:00
Ilango
de2ac1d13c
Update nuke command - remove .turbo dir
2024-03-07 11:18:45 +05:30
Ilango
fdc0baab68
Fix missing image file
2024-03-06 17:17:40 +05:30
Ilango
6331a351c6
Fix build issues
2024-03-06 16:31:02 +05:30
Ilango
e3b5309855
Fix merge conflicts
2024-03-06 16:03:12 +05:30
Ilango
d706ca389f
Detect host from list of allowed urls even if they have http/https
2024-03-05 17:23:49 +05:30
Ilango
811a6a0f41
Update allowed domains help text
2024-03-05 17:13:38 +05:30
Ilango
00bc63296b
Fix merge conflicts
2024-03-05 17:12:36 +05:30
Ilango
afff39e334
Fix merge conflicts
2024-03-05 17:01:08 +05:30
Ilango
54c59024c5
Add chatflow config dialog
2024-03-05 16:25:35 +05:30
Henry
1d0230382b
pin MUI dependencies
2024-02-29 15:59:52 +08:00
Ilango
9c10822546
Update stats card text in view messages dialog
2024-02-29 05:10:52 +05:30
Ilango
f0d129d22d
Pin mui versions since they were causing styling issues
2024-02-28 22:16:13 +05:30
Ilango
d5b8dcd5b5
Merge branch 'main' of github.com:0xi4o/Flowise into feature/allowed-domains
2024-02-28 18:36:55 +05:30
Ilango
e4a9ee730a
Fix merge conflicts
2024-02-28 15:15:51 +05:30
Henry
0244216720
🥳 flowise-ui@1.6.0
2024-02-28 02:29:03 +08:00
Ilango
c76fe7ebee
Fix merge conflicts
2024-02-27 16:00:54 +05:30
Ilango
bdb93f755d
Merge pull request #1821 from 0xi4o/bug/web-scrapper-ui
...
Fix: Error Handling in Web Scraper
2024-02-27 13:55:21 +05:30
Ilango
7d76c127f1
Update how allowed origins are saved in chatbot config
2024-02-27 11:47:58 +05:30
Ilango
07ce50cbab
Add a button to clear all the links
2024-02-27 10:32:59 +05:30
Henry
c5c396a0ed
add feedback to exported chat
2024-02-27 01:00:24 +08:00
Henry
a555ac2b46
Merge branch 'main' into feature/chat-message-feedback
2024-02-27 00:33:48 +08:00
Henry
68ac61c95f
fix speech to dialog state
2024-02-26 19:14:13 +08:00
Henry Heng
bca7e82bf8
Merge branch 'main' into FEATURE/Vision
2024-02-26 15:59:51 +08:00
Henry
b884e93ba2
fix speech to text dialog credential, fix url changed when clicked settings menu item
2024-02-24 15:39:07 +08:00
Ilango
e55975ec7f
Revert useEffect in async dropdown and input components
2024-02-23 18:40:58 +05:30
vinodkiran
f690943316
Bugfix: lint fixes (no-console)
2024-02-23 07:19:26 +05:30
vinodkiran
0a5195d1ab
Bugfix: View Toggle loses state when button is clicked twice.
2024-02-23 07:07:46 +05:30
Ilango
68d56be7c0
Remove related feedback and update stats when clearing chat in view messages
2024-02-22 16:13:46 +05:30
Henry
4071fe58be
add default none option
2024-02-21 19:05:23 +08:00
Henry
d17280255b
Merge branch 'main' into feature/Vision
2024-02-21 16:57:39 +08:00
Ilango
02b72f917a
Fix text color in feedback stats
2024-02-21 14:22:50 +05:30
Ilango
9ce734c539
Merge branch 'main' of github.com:0xi4o/Flowise into feature/chat-message-feedback
2024-02-21 14:04:13 +05:30
Henry
0432dc9005
🥳 flowise-ui@1.5.1 release
2024-02-21 12:09:21 +08:00
vinodkiran
0bc85593d5
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2024-02-20 13:26:22 -08:00
Ilango
97a376d6e2
Fix local state sync issue, STT auth issue, and add none option for speech to text
2024-02-20 23:29:14 +05:30
Ilango
dd0862b6e1
Update dialog title and description
2024-02-20 17:00:45 +05:30
Ilango
31c89aa8e6
Add allowed domains settings and disallow prediction based on this list
2024-02-20 16:44:37 +05:30
Ilango
78677d9ee5
Add dialog for controlling chat feedback settings
2024-02-20 15:23:15 +05:30
Ilango
3bb2b39896
Fix merge conflict and update how feedback is saved/retrieved
2024-02-20 14:38:36 +05:30
Henry
6c1f0f7330
update wordings
2024-02-20 01:32:21 +08:00
Ilango
8bad360796
Remove status indicator in speech to text configuration
2024-02-19 19:28:09 +05:30
Ilango
d313dc6754
Show transcribed audio inputs as message along with audio clip in internal chat
2024-02-19 19:20:07 +05:30
Henry
46c47017bd
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/LLMChain/LLMChain.ts
# packages/components/nodes/chatmodels/ChatOpenAI/ChatOpenAI.ts
2024-02-19 20:38:34 +08:00
Henry
5a45a99620
Merge branch 'main' into chore/Upgrade-LC-version
2024-02-19 17:39:32 +08:00
Ilango
5aa991ae56
Update how uploads are shown in view messages dialog
2024-02-19 12:15:43 +05:30
Ilango
81c07dc8c1
Update UI of speech to text dialog
2024-02-19 11:49:01 +05:30
vinodkiran
6acc921095
ViewMessages->Export Messages. Add Fullpath of the image/audio file.
2024-02-14 17:04:53 -05:00
vinodkiran
44c1f54d05
Showing image/audio files in the View Messages Dialog
2024-02-14 13:14:46 -05:00
Henry Heng
dcb1ad15e7
Merge branch 'main' into FEATURE/Vision
2024-02-14 18:06:33 +08:00
Ilango
11219c6549
Fix audio recording not sending when recording stops
2024-02-13 16:23:12 +05:30
Ilango
4e8bf4903d
Merge pull request #1687 from 0xi4o/bug/scrap-limit
...
Fix: relative links method and limit not applying to manage links
2024-02-12 12:35:40 +05:30
Ilango
5471a4c9aa
Show error when relative links method is not set and allow 0 as limit value
2024-02-12 12:01:19 +05:30
Henry
caf54bf31b
add document json output
2024-02-09 16:07:34 +08:00
Vinod Paidimarry
64018b72e8
Merge pull request #1678 from vinodkiran/FEATURE/marketplace-revamp
...
Marketplace: Revamped UI
2024-02-08 03:53:46 -05:00
vinodkiran
08c07802f5
Fix for Tool Opening.
2024-02-07 07:08:55 -05:00
Henry
73112ad122
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/package.json
2024-02-07 02:01:32 +08:00
vinodkiran
f14039736d
Marketplace : removing icon column
2024-02-06 11:29:50 -05:00
Ilango
8c494cf17e
Fix UI issues - chat window height, image & audio styling, and image + audio not sending together
2024-02-06 12:59:40 +05:30
Ilango
7486d33237
Fix issue with relativeLinksMethod and limit not applying to manage links
2024-02-06 10:36:27 +05:30
vinodkiran
842d70bf0d
Marketplace: Adding filters and a collapsible panel show/hide
2024-02-05 18:09:46 -05:00
vinodkiran
8990b78e10
Marketplace : Added categories to chatflows
2024-02-05 15:09:44 -05:00
Henry
9189b70131
🥳 flowise-ui@1.5.0 release
2024-02-06 03:02:16 +08:00
vinodkiran
5543ef3de4
Marketplace: Revamped UI
2024-02-04 14:29:43 -05:00
Henry
041bfea940
add more params
2024-02-02 20:07:50 +00:00
Henry Heng
340e85da91
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
...
Feature/llama index
2024-02-02 20:00:21 +00:00
Henry
9cd0362f24
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
2024-02-02 02:54:06 +00:00
Henry
68bc3c708f
🥳 flowise-ui@1.4.9 release
2024-01-31 13:34:28 +00:00
vinodkiran
4604594c55
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-30 21:48:08 -05:00
Ilango
1d122084b9
Fix auto scroll on audio messages
2024-01-30 15:54:14 +05:30
Ilango
517c2f2916
Fix error message when audio recording is not available
2024-01-30 15:30:07 +05:30
Henry
b636b4384c
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# packages/server/src/index.ts
2024-01-27 23:22:05 +00:00
vinodkiran
d61e3d53ec
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-27 20:26:46 +05:30
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
Ilango
94d8e003e7
Merge branch 'main' of github.com:0xi4o/Flowise into feature/scrapped-links
2024-01-26 03:57:21 +05:30
Henry
2d6dcb3e82
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# .github/workflows/autoSyncMergedPullRequest.yml
2024-01-25 19:16:20 +00:00
Henry
4ce0ee2600
🥳 flowise-ui@1.4.8 release
2024-01-25 16:21:41 +00:00
vinodkiran
3ce22d0dde
MultiModal : Adding functionality to base OpenAI Chat Model
2024-01-24 18:25:22 +05:30
Henry
8189f945cc
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
# packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
# packages/components/nodes/memory/BufferMemory/BufferMemory.ts
# packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
# packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
# packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/src/utils.ts
# packages/server/marketplaces/chatflows/Long Term Memory.json
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
2024-01-24 03:00:31 +00:00
Ilango
6395b121b4
Update input url if user changed the url in manage links dialog
2024-01-23 16:59:05 +05:30
Ilango
318686e622
Fix issue where audio recording is not sent on stopping recording
2024-01-23 11:03:38 +05:30
Ilango
f384ad9086
Update audio recording ui in internal chat
2024-01-22 19:03:05 +05:30
Ilango
7d0ae5286c
Fix chat popup styles and remove console statements
2024-01-22 16:20:18 +05:30
Ilango
59643b65d9
Fix the flickering issue when dragging files over the chat window
2024-01-22 15:51:05 +05:30
Ilango
7e5d8e7294
Fix image uploads appear on top of chat messages. Now image uploads will appear above the text input on its own row.
2024-01-22 11:16:57 +05:30
Ilango
62ec17d684
Update manage links button variant
2024-01-22 08:19:41 +05:30
Ilango
76cb8794bf
Update where loader is rendered in manage links dialog
2024-01-22 08:19:20 +05:30
vinodkiran
e774bd3c12
GPT Vision: Added multi model capabilities to ChatOpenAI and ConversationChain.
2024-01-19 18:02:05 +05:30
Ilango
43fa1166df
Add interface for fetching links from server
2024-01-19 12:34:22 +05:30
Ilango
9637c12297
Show a dialog to fetch and manage links in web scraper nodes
2024-01-19 12:33:54 +05:30
Ilango
1b8813a8b9
Show a manage links button for web scraper nodes - cheerio, puppeteer, playwright
2024-01-19 12:32:58 +05:30
vinodkiran
9222aafc6f
GPT Vision: Updated behaviour to submit voice recording directly without the need to do another submit.
2024-01-18 17:04:49 +05:30
Ilango
27f2a7f6ba
Merge pull request #1513 from 0xi4o/feature/sticky-notes-node
...
FEATURE: Sticky Note node
2024-01-17 07:37:24 +05:30
Henry
398a31f426
UI touchup
2024-01-17 00:39:14 +00:00
Henry
f16b29503d
🥳 flowise-ui@1.4.7 release
2024-01-16 16:08:25 +00:00
Ilango
74602484b2
Fix sticky note in marketplace chatflows
2024-01-16 14:25:18 +05:30
Henry
f66c03ab0a
change agent/chain with memory to use runnable
2024-01-16 11:12:17 +05:30
Henry
f57daea946
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/server/src/index.ts
2024-01-15 19:20:04 +00:00
Henry
7ba4a063fb
Merge branch 'main' into bugfix/Concurrent-Chat-Session
...
# Conflicts:
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
2024-01-15 13:22:59 +00:00
Ilango
e104af4346
Fix placeholder color for sticky note node
2024-01-12 17:09:36 +05:30
Ilango
38fce1d066
Fix sticky note text color in dark mode
2024-01-12 16:50:47 +05:30
Ilango
2742a26c6a
Fix console error and remove console.log statements
2024-01-12 14:08:55 +05:30
Ilango
951fda75c8
Update node input component
2024-01-12 13:44:24 +05:30
Ilango
1544f61407
Refactor CanvasNode to use the new sticky node
2024-01-12 13:41:58 +05:30
Ilango
42f80fade2
Add new node type for canvas - sticky note
2024-01-12 13:34:52 +05:30
Ilango
d70c097341
Add a sticky note node under tools
2024-01-11 14:37:10 +05:30
Henry
7f15494d60
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/server/src/database/migrations/mysql/index.ts
# packages/server/src/database/migrations/postgres/index.ts
# packages/server/src/database/migrations/sqlite/index.ts
2024-01-08 16:15:22 +00:00
Henry
02482f1b38
change agent/chain with memory to use runnable
2024-01-08 13:02:56 +00:00
Henry
8cb9393862
add fix for passing json variable
2024-01-05 02:46:36 +00:00
Henry
45a42c4404
🥳 flowise-ui@1.4.6 minor release
2023-12-30 23:39:53 +00:00
Henry Heng
6921967e9d
Merge pull request #1422 from FlowiseAI/feature/env-vars
...
Feature/Env Variables
2023-12-27 21:44:17 +00:00
Henry
5a76076ce4
ability to use flow.input within custom tool
2023-12-26 16:00:46 +00:00
Henry
6306904cfc
add missing methods, abstract classes
2023-12-26 15:54:50 +00:00
Henry
3126442e67
update variables option
2023-12-22 16:53:20 +00:00
vinodkiran
fd90fef94c
Bugfix: Unncessary load of Prompts on chatflow open. This fix loads them on dialog open.
2023-12-22 14:50:10 +05:30
Henry
f0cdf48d54
update ui changes
2023-12-21 17:28:25 +00:00
Henry
a2d4a3b8d0
Merge branch 'main' into feature/env-vars
2023-12-21 13:38:22 +00:00
vinodkiran
d3ce6f859c
Merge branch 'main' into FEATURE/Vision
2023-12-21 09:18:14 +05:30
Henry
c6a82156c1
🥳 flowise-ui@1.4.5 release
2023-12-20 16:51:46 +00:00
vinodkiran
c6ae3be257
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/server/src/index.ts
2023-12-20 19:17:15 +05:30
Henry
be31a4f669
Merge branch 'main' into feature/env-vars
2023-12-20 01:39:45 +00:00
Henry Heng
c636a9c914
Merge pull request #1407 from abhishekshankr/UI/Custom-Icons
...
UI/Custom Icons for Nodes
2023-12-19 23:35:37 +00:00
abhishekshankr
0842937e16
Updated Langfuse and LLMonitor logos
2023-12-19 17:52:22 -05:00
Henry
0e8f3ea572
add if else node and logic
2023-12-19 17:48:45 +00:00
Henry
a1fb5b8ef6
🥳 flowise-ui@1.4.4 release
2023-12-18 12:26:09 +00:00
Henry
e8af8b007a
add marketplace template
2023-12-17 18:58:37 +00:00
Henry
911b4fe7fb
add new utilties - customfunction, setter/getter, replace code editor
2023-12-15 17:15:00 +00:00
vinodkiran
60800db347
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/server/src/index.ts
# packages/ui/src/views/chatmessage/ChatMessage.js
2023-12-15 13:26:49 +05:30
vinodkiran
826de70c6c
MultiModal: addition of live recording...
2023-12-15 13:21:10 +05:30
vinodkiran
333c834698
Merge branch 'main' into FEATURE/env-vars
2023-12-13 22:10:49 +05:30
vinodkiran
c609c63f44
MultiModal: start integration of audio input (live recording) for MultiModal.
2023-12-13 22:10:00 +05:30
vinodkiran
1bd1fd5828
MultiModal: Minor adjustments to layout and categorization of node
2023-12-13 10:47:45 +05:30
Henry
ebe24da14d
Merge branch 'main' into feature/conversation-starters
2023-12-12 22:34:42 +00:00
vinodkiran
790c7eabeb
Environment Variables: Validations and minor fixes
2023-12-12 16:20:32 +05:30
vinodkiran
c2e97b54ac
Environment Variables: Validations and minor fixes
2023-12-12 16:19:52 +05:30
vinodkiran
bfa870e56b
Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object
2023-12-12 12:19:35 +05:30
vinodkiran
1d1bd4f556
Environment Variables: Dashboard along with CRUD Operations on variables.
2023-12-10 22:38:18 +05:30
vinodkiran
1b308a8b54
making the chain multi-modal. now we accept audio and image uploads and can run inference
2023-12-09 22:07:16 +05:30
Henry
c26e37a923
🥳 flowise-ui@1.4.3 release
2023-12-09 14:44:01 +00:00
Henry
9a5d5720f9
get rid of credential for langchain hub
2023-12-09 13:49:53 +00:00
Henry
1e5a37ad0f
🥳 flowise-ui@1.4.2 release
2023-12-08 14:16:04 +00:00
vinodkiran
32575828cd
GPT Vision: Converting vision into Multi Modal. Base Changes.
2023-12-08 17:21:53 +05:30
vinodkiran
68fbe0ea12
GPT Vision: Vision Chain Node update along with addition of chatid folder on the server side when saving messages.
2023-12-07 22:32:07 +05:30
vinodkiran
b492153f8a
GPT Vision: Storing filenames only in chat message
2023-12-07 14:26:17 +05:30
Henry Heng
765e914d4c
Merge pull request #1319 from vinodkiran/FEATURE/lshub-prompt
...
Feature/Prompt Fetch from Langsmith Hub
2023-12-06 17:55:08 +00:00
Henry
275540d183
add default limit to 100
2023-12-06 17:39:18 +00:00
vinodkiran
8122377bbb
LS Prompt Hub: Minor fixes
2023-12-06 12:53:43 +05:30
vinodkiran
dc265eb472
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/server/src/index.ts
2023-12-06 12:33:56 +05:30
vinodkiran
73f7046316
GPT Vision: Initial implementation of the OpenAI Vision API
2023-12-06 12:31:33 +05:30
Henry
d397adb47a
avoid button showing up for other systemprompt like conversation chain
2023-12-06 00:30:51 +00:00
Henry
8bdac386a5
Merge branch 'main' into feature/lshub-prompt
2023-12-06 00:12:35 +00:00
Greg L
0ad9b9ae3d
- Bring PR current with main branch.
2023-12-05 17:41:03 -05:00
takuabonn
59308665c2
remove_props
2023-12-06 07:32:45 +09:00
Greg L
5bc5378333
Merge branch 'main' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
...
# Conflicts:
# packages/ui/src/layout/MainLayout/Header/ProfileSection/index.jsx
# packages/ui/src/ui-component/button/FlowListMenu.jsx
# packages/ui/src/views/chatflows/index.jsx
2023-12-05 17:04:58 -05:00
Greg L
75a2915388
Merge branch 'maintenance/pnpm-vite-jsx' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
...
# Conflicts:
# packages/ui/pnpm-lock.yaml
# packages/ui/vite.config.js
2023-12-05 17:03:37 -05:00
Henry
264a571abf
update UI
2023-12-05 03:01:13 +00:00
takuabonn
d3877e76d4
bugfix_console_warning
2023-12-05 09:16:40 +09:00
Henry Heng
1867f9be02
Merge pull request #1326 from automaton82/bugfix/MultipleChatflowListDeleteConfirmDialog
...
Fixing #1324 by lifting ConfirmDialog up.
2023-12-04 20:25:19 +00:00
Henry
40f8371de9
add llamaindex
2023-12-04 20:04:09 +00:00
automaton82
f60360f3b9
Fixing #1324 by lifting ConfirmDialog up.
2023-12-01 21:07:43 -05:00
automaton82
7df2e3fe6d
Fix for issue#1323 - delete duplicate chatflow
2023-12-01 20:23:29 -05:00
vinodkiran
acac9ee68d
Merge branch 'main' into FEATURE/lshub-prompt
...
# Conflicts:
# packages/server/src/index.ts
2023-12-01 10:36:11 +05:30
vinodkiran
619e4c45e1
Merge branch 'main' into FEATURE/lshub-prompt
2023-12-01 10:31:29 +05:30
Henry
674b8996f0
add back accidentally removed about dialog
2023-11-30 16:57:34 +00:00
Henry
77dc7520d7
update wording
2023-11-29 16:17:54 +00:00
Henry
8df93fa789
update chat message layout and fix when first start prompt clicked but not sent
2023-11-29 16:05:59 +00:00
Henry
b62a506edb
fix where prompt deleted index is not passed correctly
2023-11-29 15:04:24 +00:00
vinodkiran
e7583c3036
LS Prompt hub: right side details display changes
2023-11-29 20:16:32 +05:30
Henry
0ee47c2ccf
remove import/export database
2023-11-28 16:58:16 +00:00
vinodkiran
549a68d118
Bugfix: UI Fix - left align long chat flow names for consistency.
2023-11-28 20:58:39 +05:30
vinodkiran
0693a8b4ca
LS Prompt Hub: Prompt Display and sending back selected prompt to the prompt node
2023-11-28 19:27:39 +05:30
vinodkiran
8897dd9c5f
LS Prompt Hub: Moving calls to server side and adding functionality to show the detailed prompt
2023-11-27 22:42:04 +05:30
Henry
4e3f219e2d
update readme and vite port
2023-11-27 12:24:11 +00:00
Henry
8ce32179ee
add turbo, changes to make it work across docker, docker-compose, npx
2023-11-27 11:56:40 +00:00
vinodkiran
4a3e1784d8
LS Prompt Hub: Initial Commit
2023-11-27 06:06:18 +05:30
Henry
98bdda52d7
Merge branch 'main' into maintenance/pnpm-vite-jsx
...
# Conflicts:
# packages/components/package.json
2023-11-24 17:33:01 +00:00
Henry
aad9111204
🥳 flowise-ui@1.4.1 release
2023-11-24 17:08:41 +00:00
Henry
0d7b916b86
update models for openai function
2023-11-24 11:55:56 +00:00
vinodkiran
92ca62c4a2
Conversation Starter: Changes to ensure that the chatbotConfig is not overwritten between the starter prompts and share chatbot dialogs
2023-11-24 11:20:35 +05:30
Greg L
ee39ce26c1
- Added VitePWA
2023-11-23 19:22:36 -05:00
Greg L
c07c86e71b
- fixed new files that should be .jsx
2023-11-23 19:07:55 -05:00