Commit Graph

1210 Commits

Author SHA1 Message Date
Henry Heng 0d73d53a9c Merge pull request #1397 from FlowiseAI/feature/Utilities
Feature/Utilities
2023-12-17 19:51:18 +00:00
Henry Heng b5dd970460 Update ChatMistral.ts 2023-12-17 19:04:01 +00:00
Henry Heng 0707072a3e Update ChatMistral.ts 2023-12-15 23:54:39 +00:00
Henry Heng 5a66d23869 Update package.json 2023-12-15 23:53:47 +00:00
Henry Heng 08ddd83b80 Merge pull request #1398 from FlowiseAI/feature/BedrockEmbeddings
Feature/Update bedrock
2023-12-15 19:03:09 +00:00
Henry 05db533396 add mistral 2023-12-15 18:59:11 +00:00
Henry 6e4822c3bb update bedrock 2023-12-15 17:49:29 +00:00
Henry Heng 0ebfcccece Merge pull request #1396 from vinodkiran/FEATURE/google-gemini
FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings
2023-12-15 17:22:37 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
Henry Heng 87233a0e36 Update GoogleGenerativeAIEmbedding.ts 2023-12-15 16:59:08 +00:00
vinodkiran f475732e6b Support for Google Gemini Models: Minor fixes 2023-12-15 22:20:51 +05:30
vinodkiran e7f13c87d8 Addition of Google Gemini Chat Model, Credential and Associated Embeddings 2023-12-15 20:58:08 +05:30
Henry Heng 1b0b1f13fa Merge pull request #1379 from kzhang-dsg/feature/redis-memory-window-size
Add windowSize input to avoid "token exceeded error"
2023-12-15 12:19:09 +00:00
vinodkiran 60800db347 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
#	packages/ui/src/views/chatmessage/ChatMessage.js
2023-12-15 13:26:49 +05:30
tuxBurner 86a39b6f49 Merge branch 'main' into feature/redis-api-url-ssl-flag 2023-12-14 10:46:26 +01:00
tuxBurner a2404afc41 #1385 fixed linting 2023-12-14 10:43:50 +01:00
abhishekshankr 966a7dc861 Added additional test icons 2023-12-13 12:52:27 -05:00
tuxBurner 871dea249c Added boolean flag which enables ssl connection for redis nodes.
This is needed for example connecting to the azure redis sever.
2023-12-13 18:47:25 +01:00
abhishekshankr d214ddfe5b Initial Icon Tests 2023-12-13 12:45:00 -05:00
tirongi 8f4dd8b509 Fix wrong elasti client setup when use custom URL 2023-12-13 10:47:39 +01:00
kzhang a504e4b38f Add windowSize input to avoid "token exceeded error" 2023-12-12 23:46:15 -06:00
vinodkiran 1bd1fd5828 MultiModal: Minor adjustments to layout and categorization of node 2023-12-13 10:47:45 +05:30
vinodkiran ef3f1b34b1 Environment Variables: renaming overrideConfig node to envVars 2023-12-12 22:22:25 +05:30
vinodkiran c2e97b54ac Environment Variables: Validations and minor fixes 2023-12-12 16:19:52 +05:30
vinodkiran bfa870e56b Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object 2023-12-12 12:19:35 +05:30
vinodkiran 0bf5536095 Environment Variables: injection of variables into the custom script 2023-12-10 22:39:06 +05:30
vinodkiran 1b308a8b54 making the chain multi-modal. now we accept audio and image uploads and can run inference 2023-12-09 22:07:16 +05:30
Henry Heng 3eaca7c762 Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
2023-12-09 14:22:46 +00:00
Henry b91cf55128 🥳 flowise-components@1.4.6 release 2023-12-08 14:14:22 +00:00
Henry Heng 2373ed0d76 Merge pull request #1345 from FlowiseAI/feature/ManualAnalytics
Feature/Add custom analytics
2023-12-08 12:19:33 +00:00
Henry Heng da2fe78e44 Update handler.ts 2023-12-08 12:09:29 +00:00
vinodkiran 32575828cd GPT Vision: Converting vision into Multi Modal. Base Changes. 2023-12-08 17:21:53 +05:30
Henry c9a7ee2ad4 update hyde retriever 2023-12-07 23:17:27 +00:00
Henry 7578183ac2 add custom analytics 2023-12-07 18:46:03 +00:00
vinodkiran 68fbe0ea12 GPT Vision: Vision Chain Node update along with addition of chatid folder on the server side when saving messages. 2023-12-07 22:32:07 +05:30
vinodkiran 6e2d6cbac4 Merge branch 'main' into BUGFIX/XSS
# Conflicts:
#	packages/server/src/index.ts
2023-12-07 16:07:58 +05:30
vinodkiran b492153f8a GPT Vision: Storing filenames only in chat message 2023-12-07 14:26:17 +05:30
Henry Heng 39c90f1405 Merge pull request #1342 from vinodkiran/BUGFIX/AWS-S3-Region
BugFix: S3 File Loader: Region missing
2023-12-06 16:49:24 +00:00
Henry Heng b5338857d6 Merge pull request #1338 from FlowiseAI/bugfix/RedisCache
Bugfix/Redis Cache Error
2023-12-06 12:27:40 +00:00
vinodkiran cc1a3101e2 S3 File Loader: Region missing fix 2023-12-06 15:01:30 +05:30
vinodkiran dc265eb472 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
2023-12-06 12:33:56 +05:30
vinodkiran 73f7046316 GPT Vision: Initial implementation of the OpenAI Vision API 2023-12-06 12:31:33 +05:30
Henry 2da6f59834 fix ttl parseInt error 2023-12-06 01:51:14 +00:00
Greg L 53c330a53b Minor changes to running in dev mode. 2023-12-05 18:05:38 -05:00
Greg L 5bc5378333 Merge branch 'main' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
# Conflicts:
#	packages/ui/src/layout/MainLayout/Header/ProfileSection/index.jsx
#	packages/ui/src/ui-component/button/FlowListMenu.jsx
#	packages/ui/src/views/chatflows/index.jsx
2023-12-05 17:04:58 -05:00
Henry bfeebcd229 update Zep version 2023-12-05 19:02:33 +00:00
Henry 40f8371de9 add llamaindex 2023-12-04 20:04:09 +00:00
vinodkiran c856d94f7c Dependabot Alerts 2023-12-02 11:21:06 +05:30
Henry 4b5f7028e3 fix chat history 2023-11-30 16:01:16 +00:00
Henry 5a5097e997 update flowise-components to 1.4.5 2023-11-29 13:42:17 +00:00