Commit Graph

1971 Commits

Author SHA1 Message Date
Vinod Paidimarry 39f6991b0f Merge pull request #1799 from vinodkiran/BUGFIX/dashboard-view-toggle
Bugfix: View Toggle loses state when button is clicked twice.
2024-02-22 20:17:11 -08:00
Henry Heng ada19b68a2 Merge pull request #1794 from FlowiseAI/feature/Upstash
Feature/Upstash Singleton
2024-02-23 11:50:20 +08:00
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
Henry 2f4134a291 upstash singleton 2024-02-22 23:09:58 +08:00
Ong Chung Yau c31b1c356f Merge pull request #1771 from FlowiseAI/feature/OpenAI
update cahtopenai version
2024-02-21 16:30:08 +08:00
Henry b12d0d6996 🥳 flowise@1.5.1 release 2024-02-21 12:09:49 +08:00
Henry 0432dc9005 🥳 flowise-ui@1.5.1 release 2024-02-21 12:09:21 +08:00
Henry 18b6c0f127 🥳 flowise-components@1.6.1 release 2024-02-21 12:08:26 +08:00
chungyau97 73f1132544 update cahtopenai version 2024-02-21 11:46:26 +08:00
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
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
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
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
chungyau97 342adff8cb fix weird error 2024-02-16 20:20:17 +08: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
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 778e024c02 update query engine tool 2024-02-14 18:40:35 +08:00
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
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 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
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
Henry Heng 2ef0f813c6 Merge pull request #1703 from FlowiseAI/feature/Retriever-Output
Feature/Add document json output
2024-02-10 22:12:23 +08:00
Henry Heng 55dad31438 Merge pull request #1677 from fletch-ai/bugfix/Postgres-SSL-Fix
Fixing Postgres so that similaritySearchVectorWithScore actually connects via TLS/SSL when specified
2024-02-10 22:10:36 +08:00
chungyau97 702b8c1aab add FLOWISE_FILE_SIZE_LIMIT into docker env 2024-02-10 12:12:32 +08:00
chungyau97 e3c899230c add FLOWISE_FILE_SIZE_LIMIT variable 2024-02-10 12:02:21 +08:00
Henry caf54bf31b add document json output 2024-02-09 16:07:34 +08:00
Ong Chung Yau 0154de4f93 Merge pull request #1702 from FlowiseAI/feature/RateLimit
add missing steps into rate limit msg
2024-02-09 12:09:26 +08:00
chungyau97 cf79176ca6 add missing steps into rate limit msg 2024-02-09 12:00:55 +08:00
Henry Heng 1f2e58c5d5 Merge pull request #1697 from Jaredude/bugfix/dynamob-memory-store
DynamoDB Chat Memory fix
2024-02-09 01:36:38 +08:00
Darien Kindlund 907d5c7ef7 Bumping version since this will change might break legacy Postgres chatflows that used TLS/SSL. This will help users remind them to upgrade their corresponding nodes. 2024-02-08 12:09:26 -05:00
Darien Kindlund 4a75396325 So apparently TypeORMVectorStore requires the field 'username' while Pool expects it to be 'user'. Need to populate both to avoid error messages. 2024-02-08 12:09:26 -05:00
Darien Kindlund 9af4eaaa8c Fixing linting issues. 2024-02-08 12:09:26 -05:00