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
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
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
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
Ilango
9072e694ca
Return uploads config in public chatbot config endpoint
2024-02-12 13:19:17 +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
0ddae82fd0
Merge branch 'bug/scrap-limit' of github.com:0xi4o/Flowise into bug/scrap-limit
2024-02-12 12:01:33 +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
chungyau97
a132f51727
add more FLOWISE_FILE_SIZE_LIMIT
2024-02-11 17:37:48 +08:00
chungyau97
e3c899230c
add FLOWISE_FILE_SIZE_LIMIT variable
2024-02-10 12:02:21 +08:00
chungyau97
cf79176ca6
add missing steps into rate limit msg
2024-02-09 12:00:55 +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
Ong Chung Yau
ab86294d6b
Merge pull request #1686 from FlowiseAI/feature/RateLimit
...
update return msg to correct url
2024-02-07 19:39:11 +08:00
chungyau97
4be28c4050
add finish log
2024-02-07 19:32:48 +08:00
Henry
17a27d92a5
disable warnings
2024-02-07 14:52:10 +08:00
Henry Heng
6c80a14e33
Merge pull request #1661 from melon95/bugfix/sessionId
...
[Bufix] Modify the default value of sessionId when fetching history chat messages.
2024-02-06 17:49:44 +08:00
Ilango
7486d33237
Fix issue with relativeLinksMethod and limit not applying to manage links
2024-02-06 10:36:27 +05:30
chungyau97
8e80b582bb
update return msg to correct url
2024-02-06 12:02:35 +08:00
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
vinodkiran
cc6a1f04c6
Marketplace: removing unused server API
2024-02-04 15:49:34 -05:00
vinodkiran
5543ef3de4
Marketplace: Revamped UI
2024-02-04 14:29:43 -05:00
Henry Heng
340e85da91
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
...
Feature/llama index
2024-02-02 20:00:21 +00:00
Henry
a4131dc21b
add fixes for chaining
2024-02-02 15:44:05 +00:00
Henry
c5bd4d4168
address configuration fix and add BLOB_STORAGE_PATH env variable
2024-02-02 13:55:38 +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 Heng
7e475f1288
Merge pull request #1634 from pele-ai/feature/mysql-ssl
...
mysql-ssl
2024-02-01 13:21:29 +00:00
melon
8d62adec2f
Refactor session ID assignment in App class
2024-02-01 14:19:39 +08:00
vinodkiran
eab8c19f8c
Multimodal: deleting uploads on delete of all chatmessages or chatflow
2024-01-31 20:03:54 -05:00
vinodkiran
aa5d1417a1
Multimodal: deleting uploads on delete of all chatmessages
2024-01-31 19:16:58 -05:00
vinodkiran
5c8f48c2f1
Multimodal: Image Uploads.
2024-01-31 19:03:39 -05:00
vinodkiran
e81927ee13
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-31 07:48:38 -05:00
vinodkiran
4604594c55
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-30 21:48:08 -05:00
niztal
4107118673
avoid BWC PGSQLMODE returning empty ssl object
2024-01-30 23:44:42 +02:00
niztal
a382e230f4
fix lint issues
2024-01-30 22:07:56 +02:00
niztal
82e78d3e4d
refactor uninfy pg and mysql to use the same SSL config function
2024-01-30 22:06:12 +02:00
Henry
2b67346ce0
add fix for not recognizing overrideConfig JSON value
2024-01-30 17:42:48 +00:00
Henry
4d6881b506
add return source documens to retriever tool
2024-01-30 14:12:55 +00:00