Commit Graph

2037 Commits

Author SHA1 Message Date
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
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
Darien Kindlund e110a49a32 Migrating all TLS/SSL settings into additionalConfig so that there is consistency in how every function connects with Postgres in the same manner. 2024-02-08 12:09:26 -05:00
Jared Tracy dd89af8a09 refactor (this as any) usage 2024-02-08 09:04:46 -06:00
Vinod Paidimarry 64018b72e8
Merge pull request #1678 from vinodkiran/FEATURE/marketplace-revamp
Marketplace: Revamped UI
2024-02-08 03:53:46 -05:00
Henry Heng f7588007b6
Merge pull request #1698 from FlowiseAI/bugfix/Override-Session-ID
Bugfix/Override session id
2024-02-08 12:32:31 +08:00
Jared Tracy d0b1980482 Removes prior comment 2024-02-07 22:08:41 -06:00
Jared Tracy d7f9c07381 return tableName, partiionKey, dynamoKey from initalizeDynamoDB 2024-02-07 22:07:12 -06:00
Henry bc054d2fe1 add fix for override session id 2024-02-08 11:55:30 +08:00
Jared Tracy 3f0f0e4d28 DynamoDB Chat Memory fix
Fixes #1624

Please note comment in class BufferMemoryExtended for further discussion, if necessary
2024-02-07 20:18:06 -06:00
vinodkiran 08c07802f5 Fix for Tool Opening. 2024-02-07 07:08:55 -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 Heng ee2bd518c3
Merge pull request #1672 from KennyVaneetvelde/feature/improve_structured_output_parser_flexibility
Add a zod-schema based JSON output parser ("Advanced Structured Output Parser")
2024-02-07 14:55:46 +08:00
Henry 17a27d92a5 disable warnings 2024-02-07 14:52:10 +08:00
Henry 73112ad122 Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
#	packages/components/package.json
2024-02-07 02:01:32 +08:00
Henry Heng 188e2c748c
Merge pull request #1688 from ill-yes/bugfix/folder_recursive
add recursive option for folder-loader
2024-02-07 01:39:19 +08:00
vinodkiran f14039736d Marketplace : removing icon column 2024-02-06 11:29:50 -05:00
Ilyes 3031942173
Merge branch 'FlowiseAI:main' into bugfix/folder_recursive 2024-02-06 14:43:24 +01:00
Ilyes Tascou 19fb13baf0 fix for linting 2024-02-06 14:36:32 +01:00
Ilyes Tascou 2bb2a7588a add recursive option for folder-loader 2024-02-06 14:25:40 +01:00
Kenny Vaneetvelde 90e6a804e4 Make the zod schema a main parameter instead of an additional param 2024-02-06 13:02:30 +01: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 c2ae7e138c Apply limit to selectedLinks even when relative links method is not specified 2024-02-06 14:40:19 +05:30
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
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