Henry Heng
5a37227d14
Chore/refractor ( #4454 )
...
* markdown files and env examples cleanup
* components update
* update jsonlines description
* server refractor
* update telemetry
* add execute custom node
* add ui refractor
* add username and password authenticate
* correctly retrieve past images in agentflowv2
* disable e2e temporarily
* add existing username and password authenticate
* update migration to default workspace
* update todo
* blob storage migrating
* throw error on agent tool call error
* add missing execution import
* add referral
* chore: add error message when importData is undefined
* migrate api keys to db
* fix: data too long for column executionData
* migrate api keys from json to db at init
* add info on account setup
* update docstore missing fields
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2025-05-27 07:29:42 +01:00
supraface
5c9f17814b
Bugfix/Handling empty strings when resolving variables ( #3864 )
...
Bugfix for how to handle empty strings when resolving variables
2025-01-16 15:14:06 +00:00
Vinod Kiran
26444ac3ae
Feature/sse ( #3125 )
...
* Base changes for ServerSide Events (instead of socket.io)
* lint fixes
* adding of interface and separate methods for streaming events
* lint
* first draft, handles both internal and external prediction end points.
* lint fixes
* additional internal end point for streaming and associated changes
* return streamresponse as true to build agent flow
* 1) JSON formatting for internal events
2) other fixes
* 1) convert internal event to metadata to maintain consistency with external response
* fix action and metadata streaming
* fix for error when agent flow is aborted
* prevent subflows from streaming and other code cleanup
* prevent streaming from enclosed tools
* add fix for preventing chaintool streaming
* update lock file
* add open when hidden to sse
* Streaming errors
* Streaming errors
* add fix for showing error message
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-09-17 08:01:25 +01:00
Henry Heng
e15e6fafdc
Bugfix/Disable output prediction from llmchain streaming ( #2543 )
...
disable output prediction from llmchain streaming
2024-06-01 12:37:00 +01:00
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
66a83f886a
update model typecast
2024-03-09 17:25:56 +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
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
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
31a4769079
fix output prediction output parser
2024-01-19 14:27:40 +00:00
abhishekshankr
557bdb0ef7
Update Chain Icons
2023-12-18 03:19:43 -05:00
abhishekshankr
d214ddfe5b
Initial Icon Tests
2023-12-13 12:45:00 -05:00
Henry
12c688aae0
update langchain version
2023-11-24 14:29:50 +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
vinodkiran
ad8281e553
ResponsibleAI - Input Moderation - Ability to verify inputs and prevent potentially harmful content generation
2023-11-13 10:48:24 +05:30
Henry Heng
8292e5a3db
update LLMChain prompt
2023-10-31 23:54:55 +00:00
Henry
5ff720d66c
remove console log
2023-10-31 14:11:11 +00:00
Henry
f57a08f59b
disabled ouput parser streaming
2023-10-31 14:07:29 +00:00
Henry
8857530f29
return JSON output in the chat
2023-10-29 10:27:04 +00:00
vinodkiran
aa2075d60b
AutoFixOutputParser: Addition of Autofix option for all output parsers
2023-10-28 13:59:32 +05:30
vinodkiran
3696c4517a
Removal of the custom output parsing.
2023-10-28 09:09:29 +05:30
vinodkiran
6159fa57ef
Code cleanup and minor fixes.
2023-10-26 10:12:51 +05:30
vinodkiran
b8b8f09bbc
Addition of OutputParser for FewShotPromptTemplate
2023-10-25 19:52:50 +05:30
vinodkiran
4654f69951
New Feature - Output Parsers
2023-10-23 13:16:12 +05:30
Henry
d19f72db6f
add analytic
2023-09-11 23:44:20 +01:00
Henry
36d3709371
minor fix when promptValues is undefined
2023-07-31 00:08:37 +01:00
Henry
27660b8ed3
add fix
2023-07-30 14:03:15 +01:00
Henry
05dd23b01d
- update marketplaces
...
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry
2f10d46abc
add handleEscapeChar
2023-07-25 00:32:50 +01:00
Henry
eb19c206cf
add logs to component chains/agents
2023-07-11 01:53:22 +01:00
Henry
511c4995e9
format prompt values revamp
2023-06-28 22:59:56 +01:00
Henry
e89785080b
enable streaming
2023-05-22 17:16:21 +01:00
Henry
1f4efd6734
add debug
2023-05-19 18:20:41 +01:00
Henry
27e026d943
add baseClasses for outputs
2023-04-20 00:46:33 +01:00
Henry
17207e01db
add format prompt values to prompt template
2023-04-18 23:27:05 +01:00
Henry
4b9c39cf54
Add feature to be able to chain prompt values
2023-04-16 23:17:08 +01:00
Henry
9281b57ef1
- update LangchainJS version
...
- add types & interfaces
- small ui bug fix
- update marketplace files
2023-04-13 18:32:00 +01:00
Henry
58e06718d1
Add more nodes for agents, loaders
2023-04-10 13:56:44 +01:00
Henry
05c86ff9c5
Initial push
2023-04-06 22:17:34 +01:00