vinodkiran
0bc85593d5
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2024-02-20 13:26:22 -08:00
vinodkiran
51c2a93a02
Merge remote-tracking branch 'origin/FEATURE/Vision' into FEATURE/Vision
2024-02-20 13:24:30 -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 Heng
fbf68309dc
Merge pull request #1763 from FlowiseAI/feature/ReAct-Agents
...
Feature/Update mrkl agents
2024-02-20 20:00:24 +08:00
Henry
15afb8a2dd
update mrkl agents
2024-02-20 18:23:39 +08:00
Henry Heng
d1fdd8b3bd
Merge pull request #1753 from marcklingen/upgrade-langfuse-3.1.0
...
chore(deps): upgrade Langfuse to 3.1.0
2024-02-20 17:00:58 +08:00
Ilango
38fedc2795
Merge pull request #1761 from 0xi4o/main
...
FIX: ES module import issue in Qdrant package
2024-02-20 11:45:11 +05:30
Ilango
efe6097ceb
Fix dev/start error with qdrant
2024-02-20 11:31:07 +05:30
vinodkiran
b31e8715f4
reverting all image upload logic to individual chains/agents
2024-02-19 15:27:19 -08:00
Henry Heng
9cb901c817
Merge pull request #1756 from FlowiseAI/chore/Wordings
...
Chore/Update wordings
2024-02-20 01:47:07 +08:00
Henry
6c1f0f7330
update wordings
2024-02-20 01:32:21 +08:00
Marc Klingen
a323c65ec4
chore(deps): upgrade Langfuse to 3.1.0
2024-02-19 15:53:06 +01: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 Heng
13c97d2f59
Merge pull request #1691 from FlowiseAI/chore/Upgrade-LC-version
...
Chore/upgrade lc version
2024-02-19 19:52:24 +08:00
Henry
4773a13042
update lc version
2024-02-19 18:49:35 +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
Henry Heng
f0057739c9
Merge pull request #1744 from FlowiseAI/feature/OpenAI
...
Feature/open ai
2024-02-18 16:27:09 +08:00
chungyau97
dd64bd028b
add gpt-4-1106-vision-preview into ChatOpenAI marketplace
2024-02-17 21:11:27 +08:00
chungyau97
a035940d1d
add gpt-4-1106-vision-preview into ChatOpenAI node
2024-02-17 20:25:20 +08:00
vinodkiran
10fc1bf08d
Multimodal Fixes for cyclic (circular) dependencies during langsmith analysis...
2024-02-16 08:18:58 -05:00
chungyau97
342adff8cb
fix weird error
2024-02-16 20:20:17 +08:00
vinodkiran
52ffa1772b
Multimodal Fixes...removing all static methods/variables.
2024-02-15 18:18:36 -05:00
Henry Heng
e4cc333374
Merge pull request #1716 from Jaredude/bugfix/chatmessage-query-by-chatId-memoryType-isNull-where
...
fixes bug where querying by chatId results in no records
2024-02-16 02:41:27 +08:00
vinodkiran
9c874bb49a
Concurrency fixes - correcting wrong id
2024-02-15 09:08:49 -05:00
vinodkiran
6acc921095
ViewMessages->Export Messages. Add Fullpath of the image/audio file.
2024-02-14 17:04:53 -05:00
Henry
85809a9ecc
fix for concurrency
2024-02-15 04:03:10 +08:00
vinodkiran
a71c5a109d
fix for concurrent requests for media handling
2024-02-14 13:16:51 -05:00
vinodkiran
44c1f54d05
Showing image/audio files in the View Messages Dialog
2024-02-14 13:14:46 -05:00
Henry Heng
ef6edd398b
Merge pull request #1726 from FlowiseAI/feature/LlamaIndex
...
Feature/Update Query Engine Tool
2024-02-15 02:00:29 +08:00
Henry
86da67f467
add missing human text when image presents
2024-02-14 20:20:43 +08:00
Henry
778e024c02
update query engine tool
2024-02-14 18:40:35 +08: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
11219c6549
Fix audio recording not sending when recording stops
2024-02-13 16:23:12 +05:30
Henry Heng
e2df5e9e01
Merge pull request #1717 from Jaredude/feature/chatmessage-query-messageId
...
Allows query chatmessage API endpoint by messageId
2024-02-13 12:12:51 +08: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
Ong Chung Yau
d5d690b3c4
Merge pull request #1707 from FlowiseAI/feature/env-vars
...
add FLOWISE_FILE_SIZE_LIMIT variable
2024-02-12 15:02:12 +08:00
Ilango
0ddae82fd0
Merge branch 'bug/scrap-limit' of github.com:0xi4o/Flowise into bug/scrap-limit
2024-02-12 12:01:33 +05:30