Vinod Kiran
|
7006d64de0
|
Feature/s3 storage (#2226)
* centralizing file writing....
* allowing s3 as storage option
* allowing s3 as storage option
* update s3 storage
---------
Co-authored-by: Henry <hzj94@hotmail.com>
|
2024-04-23 11:35:38 +01:00 |
Henry Heng
|
c33642cdf9
|
Feature/Buffer Memory SessionId (#2111)
* add sessionId to buffer memory, add conversation summary buffer memory
* add fix for conv retrieval qa chain
|
2024-04-11 11:18:39 +01:00 |
Vinod Kiran
|
658fa3984e
|
Feature/externalize files from chatflow - do not save as base64 (#1976)
* initial commit. Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* DocX - docloader - Externalizing the file base64 string from flowData
* Json - docloader - Externalizing the file base64 string from flowData
* Jsonlines - docloader - Externalizing the file base64 string from flowData
* PDF - docloader - Externalizing the file base64 string from flowData
* Vectara - vector store - Externalizing the file base64 string from flowData
* OpenAPIToolkit - tools - Externalizing the file base64 string from flowData
* OpenAPIChain - chain - Externalizing the file base64 string from flowData
* lint fixes
* datasource enabled - initial commit
* CSVAgent - agents - Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* add pnpm-lock.yaml
* update filerepository to add try catch
* Rename FileRepository.ts to fileRepository.ts
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
|
2024-04-04 21:41:06 +05:30 |
Ikko Eltociear Ashimine
|
dee681b63e
|
Update SqlDatabaseChain.ts (#2004)
seperated -> separated
|
2024-03-21 16:58:59 +08:00 |
Henry
|
25000305ee
|
fix missing human message
|
2024-03-12 17:10:15 +08:00 |
vinodkiran
|
2d208e1f99
|
Merge branch 'main' into FEATURE/Claude_vision
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
|
2024-03-11 09:50:33 +05:30 |
Octavian FlowiseAI
|
69e082e29f
|
Add input moderation for all chains and agents
|
2024-03-09 23:19:39 +01:00 |
Henry
|
66a83f886a
|
update model typecast
|
2024-03-09 17:25:56 +08:00 |
Henry
|
c35eb0b7e5
|
add separate logic for conversation chain for openai vision
|
2024-03-09 17:01:22 +08:00 |
vinodkiran
|
bce7ff9ada
|
refactoring of interface into the common interface.ts file and misc changes
|
2024-03-08 17:59:54 +05:30 |
vinodkiran
|
2b0ca60686
|
lint fixes
|
2024-03-07 20:09:05 +05:30 |
vinodkiran
|
63b8c23072
|
Addition of Claude for Image uploads
|
2024-03-07 18:55:24 +05:30 |
Henry
|
02735a1f1e
|
add image upload bugfix and import deps
|
2024-03-03 00:42:04 +08:00 |
Henry
|
a48edcd3a8
|
touchup fixes
|
2024-02-21 18:39:24 +08:00 |
vinodkiran
|
b31e8715f4
|
reverting all image upload logic to individual chains/agents
|
2024-02-19 15:27:19 -08:00 |
Henry
|
46c47017bd
|
Merge branch 'main' into FEATURE/Vision
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/LLMChain/LLMChain.ts
# packages/components/nodes/chatmodels/ChatOpenAI/ChatOpenAI.ts
|
2024-02-19 20:38:34 +08:00 |
vinodkiran
|
52ffa1772b
|
Multimodal Fixes...removing all static methods/variables.
|
2024-02-15 18:18:36 -05:00 |
Henry
|
85809a9ecc
|
fix for concurrency
|
2024-02-15 04:03:10 +08:00 |
Henry
|
9cd0362f24
|
Merge branch 'main' into FEATURE/Vision
# Conflicts:
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
|
2024-02-02 02:54:06 +00:00 |
Henry
|
02fe500f21
|
Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
# packages/components/nodes/cache/RedisCache/RedisCache.ts
# packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
# packages/components/nodes/vectorstores/Redis/Redis.ts
# packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
# packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
# packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
# packages/components/src/agents.ts
|
2024-01-31 00:25:37 +00:00 |
Henry
|
214b312fe5
|
add input moderation to conversation chain
|
2024-01-30 17:57:11 +00:00 |
Henry
|
0606d2c6dd
|
upgrade langchain version 0.1.0
|
2024-01-26 23:41:55 +00:00 |
vinodkiran
|
3ce22d0dde
|
MultiModal : Adding functionality to base OpenAI Chat Model
|
2024-01-24 18:25:22 +05:30 |
Henry
|
2b2a5b9028
|
add console call back to chains
|
2024-01-19 18:36:49 +00:00 |
Henry
|
31a4769079
|
fix output prediction output parser
|
2024-01-19 14:27:40 +00:00 |
vinodkiran
|
e774bd3c12
|
GPT Vision: Added multi model capabilities to ChatOpenAI and ConversationChain.
|
2024-01-19 18:02:05 +05:30 |
vinodkiran
|
9222aafc6f
|
GPT Vision: Updated behaviour to submit voice recording directly without the need to do another submit.
|
2024-01-18 17:04:49 +05:30 |
vinodkiran
|
8a14a52d90
|
GPT Vision: Renaming to OpenAIMultiModalChain and merging the functionality of Wisper.
|
2024-01-18 13:03:27 +05:30 |
Henry
|
7ba4a063fb
|
Merge branch 'main' into bugfix/Concurrent-Chat-Session
# Conflicts:
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
|
2024-01-15 13:22:59 +00:00 |
Ofer Mendelevitch
|
244093923d
|
updates per PR comments
|
2024-01-08 07:25:54 -08:00 |
Henry
|
02482f1b38
|
change agent/chain with memory to use runnable
|
2024-01-08 13:02:56 +00:00 |
Ofer Mendelevitch
|
b44a0f1d39
|
bugfix
|
2023-12-31 21:53:48 -08:00 |
Ofer Mendelevitch
|
e5f0ca0c0a
|
bug fix
|
2023-12-31 18:59:49 -08:00 |
Ofer Mendelevitch
|
467e71ba1f
|
added support for MMR
|
2023-12-31 18:36:23 -08:00 |
abhishekshankr
|
4b8ebd494a
|
Updated chain icons
|
2023-12-18 03:27:10 -05:00 |
abhishekshankr
|
ffa964df16
|
Removed existing icons
|
2023-12-18 03:20:01 -05:00 |
abhishekshankr
|
557bdb0ef7
|
Update Chain Icons
|
2023-12-18 03:19:43 -05:00 |
abhishekshankr
|
966a7dc861
|
Added additional test icons
|
2023-12-13 12:52:27 -05:00 |
abhishekshankr
|
d214ddfe5b
|
Initial Icon Tests
|
2023-12-13 12:45:00 -05:00 |
Henry
|
3536c2afec
|
fix memory nodes
|
2023-11-27 15:34:28 +00:00 |
Henry
|
12c688aae0
|
update langchain version
|
2023-11-24 14:29:50 +00:00 |
Henry Heng
|
e1583766c0
|
Merge pull request #1222 from vinodkiran/FEATURE/input-moderation
ResponsibleAI - Input Moderation - …
|
2023-11-23 16:34:17 +00:00 |
vinodkiran
|
b3f44e0495
|
ResponsibleAI - Input Moderation - Renaming of files for better clarity and alignment to functionality
|
2023-11-23 10:48:00 +05:30 |
Henry
|
c274085d42
|
slight naming changes
|
2023-11-22 17:10:18 +00:00 |
Ofer Mendelevitch
|
a4c3250a67
|
fixed lint issues
|
2023-11-21 09:14:12 -08:00 |
Ofer Mendelevitch
|
1810b8718b
|
reorder citations in Vectara response
|
2023-11-21 07:52:00 -08:00 |
Henry
|
897d19e2ec
|
add more options
|
2023-11-21 10:56:32 +00:00 |
Henry
|
40a63008ec
|
add vectara chain
|
2023-11-20 19:34:30 +00:00 |
vinodkiran
|
ad8281e553
|
ResponsibleAI - Input Moderation - Ability to verify inputs and prevent potentially harmful content generation
|
2023-11-13 10:48:24 +05:30 |
vincent-pli
|
964b5a263c
|
correct the help link for apichain
|
2023-11-08 08:20:07 +08:00 |