Henry Heng
|
cd4c659009
|
Feature/Mistral FunctionAgent (#1912)
* add mistral ai agent, add used tools streaming
* fix AWS Bedrock imports
* update pnpm lock
|
2024-03-18 13:17:00 +08:00 |
Octavian FlowiseAI
|
69e082e29f
|
Add input moderation for all chains and agents
|
2024-03-09 23:19:39 +01: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
|
4d6881b506
|
add return source documens to retriever tool
|
2024-01-30 14:12:55 +00:00 |
Henry
|
0606d2c6dd
|
upgrade langchain version 0.1.0
|
2024-01-26 23:41:55 +00:00 |
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 |
YISH
|
be0fff4d9d
|
Fix OpenAIFunctionAgent that function not return string result
refer to https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/format_scratchpad/openai_functions.py#L29
and fix the role of systemMessage from `ai` to `system`.
|
2024-01-10 17:41:53 +08:00 |
Henry
|
02482f1b38
|
change agent/chain with memory to use runnable
|
2024-01-08 13:02:56 +00:00 |
Henry
|
6306904cfc
|
add missing methods, abstract classes
|
2023-12-26 15:54:50 +00:00 |
Henry
|
19f2989c83
|
rename agent executor name
|
2023-12-21 01:14:53 +00:00 |
Henry
|
48b17fc785
|
pass sessionId to custom tool
|
2023-12-20 23:59:04 +00:00 |
abhishekshankr
|
5917a9af51
|
Updated Agent Icons
|
2023-12-18 03:09:35 -05:00 |
Henry
|
8dec825c2d
|
Merge branch 'main' into feature/OpenAI-Function
# Conflicts:
# packages/server/marketplaces/chatflows/API Agent OpenAI.json
# packages/server/marketplaces/chatflows/Conversational Retrieval Agent.json
# packages/server/marketplaces/chatflows/OpenAI Agent.json
|
2023-11-29 00:26:36 +00:00 |
Henry
|
464a23e0f4
|
update agent model
|
2023-11-29 00:25:08 +00:00 |
Henry
|
3536c2afec
|
fix memory nodes
|
2023-11-27 15:34:28 +00:00 |
Henry
|
0d7b916b86
|
update models for openai function
|
2023-11-24 11:55:56 +00:00 |
Henry
|
41caf2aee7
|
add memory fix
|
2023-10-09 19:56:15 +01:00 |
Henry
|
d19f72db6f
|
add analytic
|
2023-09-11 23:44:20 +01:00 |
Henry
|
0ae6f53295
|
add conversational retrieval agent
|
2023-08-06 19:45:21 +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
|
eb19c206cf
|
add logs to component chains/agents
|
2023-07-11 01:53:22 +01:00 |
Henry
|
cf3bd72a98
|
update message schema
|
2023-07-10 16:51:36 +01:00 |
Henry
|
412539a9db
|
update openai agent
|
2023-06-21 20:56:25 +01:00 |
Henry
|
70da39629c
|
add custom tool
|
2023-06-21 18:31:53 +01:00 |
Henry
|
86ab30510c
|
add openai function calling support
|
2023-06-14 01:05:37 +01:00 |