Commit Graph

  • 336b4174dc Add migrations Ilango 2024-02-06 17:09:18 +05:30
  • 7d00f6fbe9 Add database entity for chat message feedback Ilango 2024-02-06 17:07:22 +05:30
  • 6c80a14e33 Merge pull request #1661 from melon95/bugfix/sessionId Henry Heng 2024-02-06 17:49:44 +08:00
  • c2ae7e138c Apply limit to selectedLinks even when relative links method is not specified Ilango 2024-02-06 14:40:19 +05:30
  • 8c494cf17e Fix UI issues - chat window height, image & audio styling, and image + audio not sending together Ilango 2024-02-06 12:59:40 +05:30
  • 7486d33237 Fix issue with relativeLinksMethod and limit not applying to manage links Ilango 2024-02-06 10:36:27 +05:30
  • 8e80b582bb update return msg to correct url chungyau97 2024-02-06 12:02:35 +08:00
  • 842d70bf0d Marketplace: Adding filters and a collapsible panel show/hide vinodkiran 2024-02-05 18:09:46 -05:00
  • 8990b78e10 Marketplace : Added categories to chatflows vinodkiran 2024-02-05 15:09:44 -05:00
  • 7faaf13ccc 🥳 flowise@1.5.0 release Henry 2024-02-06 03:02:52 +08:00
  • 9189b70131 🥳 flowise-ui@1.5.0 release Henry 2024-02-06 03:02:16 +08:00
  • dcacb02a47 🥳 flowise-components@1.6.0 release Henry 2024-02-06 03:01:47 +08:00
  • 18e919efb4 Merge pull request #1684 from ill-yes/bugfix/folder_load_kotlin Henry Heng 2024-02-06 02:51:31 +08:00
  • 011a0a75c3 add kotlin files to folder-loader Ilyes Tascou 2024-02-05 17:20:05 +01:00
  • cc6a1f04c6 Marketplace: removing unused server API vinodkiran 2024-02-04 15:49:34 -05:00
  • 5543ef3de4 Marketplace: Revamped UI vinodkiran 2024-02-04 14:29:43 -05:00
  • 5da3e3cc3e Adding proper TLS/SSL support to poolOptions so that the similaritySearchVectorWithScore function actually connects to Postgres via TLS/SSL when specified in the additionalConfig. Darien Kindlund 2024-02-04 12:27:18 -05:00
  • 113415e2c9 remove basepath value from template Kenny Vaneetvelde 2024-02-03 21:32:00 +01:00
  • 62f70ab6ef Revert the changes to the original parser & template Kenny Vaneetvelde 2024-02-03 21:25:26 +01:00
  • 95b251f02a Make it a separate node instead Kenny Vaneetvelde 2024-02-03 21:22:49 +01:00
  • 288e451161 Improve flexibility of the structured output parser by allowing the user to input an example JSON and automatically converting it to a zod scheme Kenny Vaneetvelde 2024-02-03 19:43:44 +01:00
  • 6013743705 add subquestion query engine marketplace template Henry 2024-02-03 02:14:43 +00:00
  • c504f91752 Multimodal: guard to check for nodeData before image message insertion. vinodkiran 2024-02-02 17:45:12 -05:00
  • 041bfea940 add more params Henry 2024-02-02 20:07:50 +00:00
  • 340e85da91 Merge pull request #1611 from FlowiseAI/feature/LlamaIndex Henry Heng 2024-02-02 20:00:21 +00:00
  • a4131dc21b add fixes for chaining Henry 2024-02-02 15:44:05 +00:00
  • c5bd4d4168 address configuration fix and add BLOB_STORAGE_PATH env variable Henry 2024-02-02 13:52:49 +00:00
  • a219efc913 Rename MultiModalUtils.ts to multiModalUtils.ts Henry Heng 2024-02-02 13:37:33 +00:00
  • 9cd0362f24 Merge branch 'main' into FEATURE/Vision Henry 2024-02-02 02:54:06 +00:00
  • 37828de664 Merge pull request #1659 from FlowiseAI/feature/Vec2Doc Henry Heng 2024-02-01 19:38:27 +00:00
  • e684f9a227 Merge pull request #1660 from raffareis/chore/add-gpt-3.5-0125 Henry Heng 2024-02-01 19:38:18 +00:00
  • 1522acbf5a Add gpt-3.5-turbo-0125 to ChatOpenAI.ts Rafael Reis 2024-02-01 16:19:30 -03:00
  • 7881f295ab update vec 2 doc node Henry 2024-02-01 19:18:14 +00:00
  • 48677c33cc Merge pull request #1656 from FlowiseAI/bugfix/Rerank-Top-K Henry Heng 2024-02-01 16:47:17 +00:00
  • 7e475f1288 Merge pull request #1634 from pele-ai/feature/mysql-ssl Henry Heng 2024-02-01 13:21:29 +00:00
  • 5c6b5b233c fix top K Henry 2024-02-01 13:14:02 +00:00
  • 8d62adec2f Refactor session ID assignment in App class melon 2024-02-01 14:19:39 +08:00
  • eab8c19f8c Multimodal: deleting uploads on delete of all chatmessages or chatflow vinodkiran 2024-01-31 20:03:54 -05:00
  • aa5d1417a1 Multimodal: deleting uploads on delete of all chatmessages vinodkiran 2024-01-31 19:16:58 -05:00
  • 5c8f48c2f1 Multimodal: Image Uploads. vinodkiran 2024-01-31 19:03:39 -05:00
  • c98ef7a8b1 🥳 flowise@1.4.12 release Henry 2024-01-31 13:35:00 +00:00
  • 68bc3c708f 🥳 flowise-ui@1.4.9 release Henry 2024-01-31 13:34:28 +00:00
  • 9ab8c36fd0 🥳 flowise-components@1.5.3 release Henry 2024-01-31 13:33:27 +00:00
  • e81927ee13 SpeechToText: Adding SpeechToText at the Chatflow level. vinodkiran 2024-01-31 07:48:38 -05:00
  • 4604594c55 SpeechToText: Adding SpeechToText at the Chatflow level. vinodkiran 2024-01-30 21:48:08 -05:00
  • 02fe500f21 Merge branch 'main' into chore/Upgrade-LC-version Henry 2024-01-31 00:25:37 +00:00
  • 4107118673 avoid BWC PGSQLMODE returning empty ssl object niztal 2024-01-30 23:44:42 +02:00
  • 2ac9e3f7bf Merge pull request #1646 from FlowiseAI/feature/ConversationChain Henry Heng 2024-01-30 20:58:23 +00:00
  • f7d722089b Merge pull request #1645 from FlowiseAI/bugfix/Template-Split Henry Heng 2024-01-30 20:58:14 +00:00
  • a382e230f4 fix lint issues niztal 2024-01-30 22:07:56 +02:00
  • 82e78d3e4d refactor uninfy pg and mysql to use the same SSL config function niztal 2024-01-30 22:06:12 +02:00
  • 214b312fe5 add input moderation to conversation chain Henry 2024-01-30 17:57:11 +00:00
  • 2b67346ce0 add fix for not recognizing overrideConfig JSON value Henry 2024-01-30 17:42:48 +00:00
  • 436b3aae75 Merge pull request #1644 from FlowiseAI/feature/Retriever-Tool-Source-Documents Henry Heng 2024-01-30 16:28:32 +00:00
  • 4d6881b506 add return source documens to retriever tool Henry 2024-01-30 14:12:55 +00:00
  • 1d122084b9 Fix auto scroll on audio messages Ilango 2024-01-30 15:54:14 +05:30
  • 517c2f2916 Fix error message when audio recording is not available Ilango 2024-01-30 15:30:07 +05:30
  • 289b04fb12 fix lint niztal 2024-01-30 00:50:27 +02:00
  • 1b69ebdb93 mysql-ssl niztal 2024-01-29 23:30:38 +02:00
  • 18c9c1cc51 Merge pull request #1632 from fletch-ai/bugfix/AzureOpenAIEmbedding-Batch-Size Henry Heng 2024-01-29 10:12:22 +00:00
  • f460b761fb Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl Henry Heng 2024-01-29 10:11:50 +00:00
  • 985e454a7f Merge pull request #1631 from fletch-ai/feature/airtable-include-fields Henry Heng 2024-01-29 10:11:31 +00:00
  • ca0af72325 Merge pull request #1633 from fletch-ai/bugfix/RedisCache-TTL Henry Heng 2024-01-29 10:04:50 +00:00
  • 071232091f Merge pull request #1608 from automaton82/FEATURE-CORS-CSP-headers-security Henry Heng 2024-01-29 10:04:19 +00:00
  • 63665b37ce Switching Redis TTL from EX to PX to match TTL in milliseconds (as specified in the input param). Darien Kindlund 2024-01-28 21:58:04 -08:00
  • 9f4619e408 Switching default batch size from 1 to 100 in order to support higher volume of document loading into vector stores before timing out. Darien Kindlund 2024-01-28 21:52:40 -08:00
  • 905c9fc2be Reverting version bump Darien Kindlund 2024-01-28 20:48:08 -08:00
  • b960f061eb Clarifying that the Limit value is ignored when Return All is set to true. Darien Kindlund 2024-01-28 08:21:02 -08:00
  • 66eef84633 Forgot to make maxRecords optional now Darien Kindlund 2024-01-27 21:40:05 -08:00
  • 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. Darien Kindlund 2024-01-27 21:25:43 -08:00
  • 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. Darien Kindlund 2024-01-27 16:33:16 -05:00
  • 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. Darien Kindlund 2024-01-27 13:58:20 -05:00
  • 2237b1ab16 Fix worked, removing debug logging, and bumped node version. Darien Kindlund 2024-01-26 17:15:39 -05:00
  • 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 Darien Kindlund 2024-01-26 15:03:30 -05:00
  • 456dfabc6f For some reason, Airtable doesn't like the POST operations, so I need to add logging to figure out why this happens Darien Kindlund 2024-01-26 13:48:09 -05:00
  • 8ae848110e Clarifying the description for the optional fields param Darien Kindlund 2024-01-25 21:36:42 -05:00
  • 72ec7878b6 Added more error checking and also fixed yet more build errors Darien Kindlund 2024-01-25 12:08:52 -05:00
  • 1a7cb5a010 Fixing more build errors Darien Kindlund 2024-01-25 11:43:56 -05:00
  • ae64854bae Fixing a bunch of build errors Darien Kindlund 2024-01-25 11:29:06 -05:00
  • 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. Darien Kindlund 2024-01-25 11:00:58 -05:00
  • 6f7b7408e1 Merge branch 'FlowiseAI:main' into main Darien Kindlund 2024-01-28 20:34:00 -08:00
  • 21c47d8049 add subquery engine Henry 2024-01-28 23:46:55 +00:00
  • e72d9e4094 Merge pull request #1630 from apricotbot/bugfix/setting.json-not-found Henry Heng 2024-01-28 23:36:15 +00:00
  • 30ff29afc7 fix lint errors niztal 2024-01-28 23:49:42 +02:00
  • 74f7cd6e31 fix bug settings.json not found on upsert niztal 2024-01-28 23:34:21 +02:00
  • 3e59b9b658 Merge branch 'main' into feature/LlamaIndex Henry 2024-01-28 20:39:08 +00:00
  • aeb036bb47 Merge pull request #1628 from FlowiseAI/bugfix/Redis-Connection-Max-Client Henry Heng 2024-01-28 20:34:50 +00:00
  • 0f09782874 Merge pull request #1627 from Ashes47/main Henry Heng 2024-01-28 18:32:11 +00:00
  • 393f9b57c6 use singleton redis connection Henry 2024-01-28 17:18:18 +00:00
  • 1c108f3599 update Ashes47 2024-01-28 21:51:27 +05:30
  • 51388d5057 update Ashes47 2024-01-28 21:48:15 +05:30
  • 36ab1681ac lint Ashes47 2024-01-28 21:39:22 +05:30
  • e154461f1d Update MongoDBMemory.ts Anuj Verma 2024-01-28 21:33:09 +05:30
  • e8deeb25cf Update MongoDBMemory.ts Anuj Verma 2024-01-28 19:45:19 +05:30
  • b636b4384c Merge branch 'main' into feature/LlamaIndex Henry 2024-01-27 23:22:05 +00:00
  • d61e3d53ec SpeechToText: Adding SpeechToText at the Chatflow level. vinodkiran 2024-01-27 20:26:46 +05:30
  • b382dd4c43 Merge pull request #1621 from FlowiseAI/feature/OpenAI-Embedding Henry Heng 2024-01-27 12:36:43 +00:00
  • 7b0416b680 Merge branch 'main' into chore/Upgrade-LC-version Henry 2024-01-27 00:59:15 +00:00
  • 29d840c09e update pinecone marketplace version Henry 2024-01-27 00:56:33 +00:00
  • a711e21ac7 update embeddings and marketplace templates Henry 2024-01-27 00:52:23 +00:00