Commit Graph

389 Commits

Author SHA1 Message Date
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
Henry Heng 3834fe7fea Merge pull request #1820 from mokeyish/patch-5
Feature: Add support for accessing NodeData via json path
2024-03-01 16:41:54 +08:00
Henry 43c1d5d017 add groq 2024-02-29 03:12:11 +08:00
Ilango d0ddf018c7 Update access denied error message 2024-02-28 18:45:34 +05:30
Ilango e4a9ee730a Fix merge conflicts 2024-02-28 15:15:51 +05:30
Ilango c684cec596 Update how chat message feedback are queried for view messages dialog 2024-02-27 16:58:13 +05:30
Ilango c76fe7ebee Fix merge conflicts 2024-02-27 16:00:54 +05:30
Ilango f477c74e0e Fix allowed origins not working when they're all removed 2024-02-27 15:51:23 +05:30
Ilango 5698a62618 Fix date filters not working 2024-02-27 15:35:49 +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 26c52398a0 Merge branch 'feature/chat-message-feedback' of github.com:0xi4o/Flowise into feature/chat-message-feedback 2024-02-27 13:12:14 +05:30
Ilango 256e325086 Fix incorrect stats 2024-02-27 13:11:52 +05:30
Ilango 930bdd5c51 Fix how allowed domains are checked - origin not host 2024-02-27 12:54:01 +05:30
Ilango c07e908fef Update condition for checking allowed origins 2024-02-27 11:46:41 +05:30
Ilango c123b5f83a Prevent server from crashing when link is empty or invalid 2024-02-27 10:32:29 +05:30
Henry Heng 2d9bf585f3 Merge pull request #1800 from mokeyish/patch-2
Allow default variable values ​​when testing CustomFunction
2024-02-27 12:37:06 +08:00
Ilango ce16fd94f9 Add logging to allowed domains checks 2024-02-27 09:44:31 +05:30
Henry Heng a134ea85eb Merge pull request #1419 from vinodkiran/FEATURE/Vision
FEATURE: Add Multi Modal Capabilities to Flowise
2024-02-27 11:58:47 +08:00
YISH b7d01f10a4 Update index.ts 2024-02-27 10:16:55 +08:00
YISH 6a6cfb61fc Update index.ts 2024-02-27 10:00:09 +08:00
YISH 877c283d07 Feature: Add support for accessing NodeData via json path
Supports `{{<variableNodeId>.data.instance.pathtokey}}`
2024-02-27 09:47:18 +08:00
Henry a555ac2b46 Merge branch 'main' into feature/chat-message-feedback 2024-02-27 00:33:48 +08:00
Henry Heng bca7e82bf8 Merge branch 'main' into FEATURE/Vision 2024-02-26 15:59:51 +08:00
YISH f1c704cfd1 Feature: OverrideConfig allows partial override 2024-02-26 14:01:24 +08:00
Ilango 7e84268f0d Add content-disposition package for handling content disposition response header 2024-02-23 15:59:56 +05:30
YISH d8af5effe9 Allow default variable values ​​when testing CustomFunction
```js
const question = $question ?? 'my default question'

```
2024-02-23 15:52:26 +08:00
Ilango 68d56be7c0 Remove related feedback and update stats when clearing chat in view messages 2024-02-22 16:13:46 +05:30
Jaredude 23f7e7802f handles scenario where NodesPool require call fails
Currently, the following file results in an error: Flowise/packages/components/dist/nodes/documentloaders/Subtitles/Subtitles.js:3:15
The result is that initializeNodes fails on all nodes, and all other code in initDatabase fails to load
2024-02-21 21:19:38 -06: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 31c89aa8e6 Add allowed domains settings and disallow prediction based on this list 2024-02-20 16:44:37 +05:30
Ilango 3bb2b39896 Fix merge conflict and update how feedback is saved/retrieved 2024-02-20 14:38:36 +05:30
Ilango 719efe34c1 Fix merge conflict 2024-02-20 09:41:34 +05:30
Henry 6c1f0f7330 update wordings 2024-02-20 01:32:21 +08:00
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 26d5d6d6a2 Save feedback id to message and update feedback 2024-02-15 15:13:47 +05:30
vinodkiran 6acc921095 ViewMessages->Export Messages. Add Fullpath of the image/audio file. 2024-02-14 17:04:53 -05:00
Henry Heng dcb1ad15e7 Merge branch 'main' into FEATURE/Vision 2024-02-14 18:06:33 +08:00
Ilango 56b21862a3 Send uploads config if available, even when chatbot config is not available 2024-02-14 15:07:13 +05:30
Ilango 205670375d Check if uploads are enabled/changed on chatflow save and update chatbot config 2024-02-14 14:37:12 +05:30
Jared Tracy e86c15ec93 Merge branch 'main' into bugfix/chatmessage-query-by-chatId-memoryType-isNull-where 2024-02-13 11:30:15 -06:00
Jared Tracy 4d7c7d6ef5 Changes getMessage date logic from Between to >= and <= to fix issue if invalid startDate is passed in
also cleans up imports from typeorm lib
2024-02-13 11:11:53 -06:00
Jared Tracy 6de1e8acec handles invalid values for startDate, endDate
also sets time window to beginning of the date or end of the date. This will be helpful with the timezone gap between the server (usually UTC) and the client (localized timezone)

Ideal date solution to consider for the future would be to adjust the timestamp query based upon the server timezone setup. This becomes particularly helpful when the client is filtering by the end date but they are in a timezone behind UTC after the UTC has advanced to the next date. For example, being in Pacific time and querying for the current date after 4PM will result in not finding records that have been created after 4PM Pacific b/c the server timestamp (in UTC) will be the next calendar date.
2024-02-13 10:44:05 -06:00
Ilango 430dcedc4d Merge branch 'main' of github.com:0xi4o/Flowise into feature/chat-message-feedback 2024-02-13 14:41:41 +05:30
Jared Tracy a6abd593a6 Allows query chatmessage API endpoint by messageId
This will be useful when the exact message is required by another system.
2024-02-12 20:53:40 -06:00
Jared Tracy 55c2a8612b fixes bug where querying by chatId results in no records
previous logic for where clause of memoryType checked for existence of chatId and would query for memoryType is null
This where clause logic results in an empty result for any request to the endpoint that filters by chatId
2024-02-12 20:12:54 -06:00
Ilango 0a54db71c1 Update how uploads config is sent 2024-02-12 23:56:46 +05:30