Commit Graph

1884 Commits (flowise@1.5.0)

Author SHA1 Message Date
Henry 7faaf13ccc 🥳 flowise@1.5.0 release 2024-02-06 03:02:52 +08:00
Henry 9189b70131 🥳 flowise-ui@1.5.0 release 2024-02-06 03:02:16 +08:00
Henry dcacb02a47 🥳 flowise-components@1.6.0 release 2024-02-06 03:01:47 +08:00
Henry Heng 18e919efb4
Merge pull request #1684 from ill-yes/bugfix/folder_load_kotlin
add kotlin files to folder-loader
2024-02-06 02:51:31 +08:00
Ilyes Tascou 011a0a75c3 add kotlin files to folder-loader 2024-02-05 17:20:05 +01:00
Henry 6013743705 add subquestion query engine marketplace template 2024-02-03 02:14:43 +00:00
Henry Heng 340e85da91
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
Feature/llama index
2024-02-02 20:00:21 +00:00
Henry Heng 37828de664
Merge pull request #1659 from FlowiseAI/feature/Vec2Doc
chore/update vec 2 doc node
2024-02-01 19:38:27 +00:00
Henry Heng e684f9a227
Merge pull request #1660 from raffareis/chore/add-gpt-3.5-0125
Add newly-released gpt-3.5-turbo-0125 to ChatOpenAI
2024-02-01 19:38:18 +00:00
Rafael Reis 1522acbf5a
Add gpt-3.5-turbo-0125 to ChatOpenAI.ts 2024-02-01 16:19:30 -03:00
Henry 7881f295ab update vec 2 doc node 2024-02-01 19:18:14 +00:00
Henry Heng 48677c33cc
Merge pull request #1656 from FlowiseAI/bugfix/Rerank-Top-K
Bugfix/Cohere top K
2024-02-01 16:47:17 +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
Henry 5c6b5b233c fix top K 2024-02-01 13:14:02 +00:00
Henry c98ef7a8b1 🥳 flowise@1.4.12 release 2024-01-31 13:35:00 +00:00
Henry 68bc3c708f 🥳 flowise-ui@1.4.9 release 2024-01-31 13:34:28 +00:00
Henry 9ab8c36fd0 🥳 flowise-components@1.5.3 release 2024-01-31 13:33:27 +00:00
niztal 4107118673 avoid BWC PGSQLMODE returning empty ssl object 2024-01-30 23:44:42 +02:00
Henry Heng 2ac9e3f7bf
Merge pull request #1646 from FlowiseAI/feature/ConversationChain
Feature/Conversation Chain Input Moderation
2024-01-30 20:58:23 +00:00
Henry Heng f7d722089b
Merge pull request #1645 from FlowiseAI/bugfix/Template-Split
Bugfix/OverrideConfig JSON value
2024-01-30 20:58:14 +00: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 214b312fe5 add input moderation to conversation chain 2024-01-30 17:57:11 +00:00
Henry 2b67346ce0 add fix for not recognizing overrideConfig JSON value 2024-01-30 17:42:48 +00:00
Henry Heng 436b3aae75
Merge pull request #1644 from FlowiseAI/feature/Retriever-Tool-Source-Documents
Feature/Return Source Documens to retriever tool
2024-01-30 16:28:32 +00:00
Henry 4d6881b506 add return source documens to retriever tool 2024-01-30 14:12:55 +00:00
niztal 289b04fb12 fix lint 2024-01-30 00:50:27 +02:00
niztal 1b69ebdb93 mysql-ssl 2024-01-29 23:30:38 +02:00
Henry Heng 18c9c1cc51
Merge pull request #1632 from fletch-ai/bugfix/AzureOpenAIEmbedding-Batch-Size
Bugfix/AzureOpenAIEmbedding - Updated Default Batch Size from 1 to 100
2024-01-29 10:12:22 +00:00
Henry Heng f460b761fb
Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl
adds DATABASE_SSL_KEY_BASE64 for pg connection
2024-01-29 10:11:50 +00:00
Henry Heng 985e454a7f
Merge pull request #1631 from fletch-ai/feature/airtable-include-fields
Feature/airtable include fields
2024-01-29 10:11:31 +00:00
Henry Heng ca0af72325
Merge pull request #1633 from fletch-ai/bugfix/RedisCache-TTL
Bugfix/Switching Redis TTL from EX to PX to match TTL in milliseconds
2024-01-29 10:04:50 +00:00
Henry Heng 071232091f
Merge pull request #1608 from automaton82/FEATURE-CORS-CSP-headers-security
Implementing CORS and CSP headers from config
2024-01-29 10:04:19 +00:00
Darien Kindlund 63665b37ce Switching Redis TTL from EX to PX to match TTL in milliseconds (as specified in the input param). 2024-01-28 21:58:04 -08:00
Darien Kindlund 9f4619e408 Switching default batch size from 1 to 100 in order to support higher volume of document loading into vector stores before timing out. 2024-01-28 21:52:40 -08:00
Darien Kindlund 905c9fc2be Reverting version bump 2024-01-28 20:49:21 -08:00
Darien Kindlund b960f061eb Clarifying that the Limit value is ignored when Return All is set to true. 2024-01-28 20:42:19 -08:00
Darien Kindlund 66eef84633 Forgot to make maxRecords optional now 2024-01-28 20:42:19 -08:00
Darien Kindlund 37945fc998 The loadAll() function should ignore any maxRecords specified, because the intention is the load *all* of the records. Also, marking both the Return All and Limit params as optional, so as to not confuse the user. Making them both required adds a lot of confusion that doesn't make sense. Ideally, the user either specifies Return All OR specifies the Limit value but not BOTH. It seems there's no way to define "conditional requirements" in Flowise params, so it's better to make both params optional. 2024-01-28 20:42:19 -08:00
Darien Kindlund dc39d7e2be So Airtable API expects a maxRecords value to be the total set of records you want across multiple API calls. If the maxRecords is greater than 100, then it will provide pagination hints accordingly. 2024-01-28 20:42:19 -08:00
Darien Kindlund 9b71f683ff Support pagination even in loadLimit(), so that if a user wants to load more than 100 records but not all of them, they can. Currently, there's a bug where the document loader doesn't work on loading more than 100 records because of internal Airtable API limitations. The Airtable API can only fetch up to 100 records per call - anything more than that requires pagination. 2024-01-28 20:42:19 -08:00
Darien Kindlund 2237b1ab16 Fix worked, removing debug logging, and bumped node version. 2024-01-28 20:42:19 -08:00
Darien Kindlund 3b788e42e1 When you switch from GET to POST, you're supposed to adjust the Airtable URL to use the /listRecords endpoint. I didn't RTFM clearly. This is currently documented here: https://support.airtable.com/docs/enforcement-of-url-length-limit-for-web-api-requests 2024-01-28 20:42:19 -08:00
Darien Kindlund 456dfabc6f For some reason, Airtable doesn't like the POST operations, so I need to add logging to figure out why this happens 2024-01-28 20:42:18 -08:00
Darien Kindlund 8ae848110e Clarifying the description for the optional fields param 2024-01-28 20:42:18 -08:00
Darien Kindlund 72ec7878b6 Added more error checking and also fixed yet more build errors 2024-01-28 20:42:18 -08:00
Darien Kindlund 1a7cb5a010 Fixing more build errors 2024-01-28 20:42:18 -08:00
Darien Kindlund ae64854bae Fixing a bunch of build errors 2024-01-28 20:42:18 -08:00
Darien Kindlund 71f456af90 Switched to specifying Airtable fields to include rather than exclude - this helps reduce the amount of data fetched by the DocumentLoader when there are massive numbers of fields in an Airtable table. 2024-01-28 20:42:18 -08:00
Darien Kindlund 6f7b7408e1
Merge branch 'FlowiseAI:main' into main 2024-01-28 20:34:00 -08:00