Henry Heng
|
c11c43cf0d
|
Feature/OpenAI Tool Agent (#1991)
add openai tool agent
|
2024-03-19 19:07:13 +08:00 |
|
Henry
|
fa081acea0
|
Merge branch 'main' into feature/Indexing
# Conflicts:
# pnpm-lock.yaml
|
2024-03-15 15:30:37 +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
|
e04cfba7a5
|
update marketplace template
|
2024-03-09 19:45:29 +08:00 |
|
Henry
|
b643afae3d
|
claude 3 llamaindex
|
2024-03-06 02:04:11 +08:00 |
|
Henry
|
2df05b3252
|
add claude 3 and xml agent
|
2024-03-06 01:05:43 +08:00 |
|
Henry
|
79812a23e4
|
update openai assistant marketplace template
|
2024-02-29 19:01:02 +08:00 |
|
Henry
|
e86550a91a
|
update marketplace templates
|
2024-02-22 13:44:04 +08:00 |
|
Ong Chung Yau
|
c31b1c356f
|
Merge pull request #1771 from FlowiseAI/feature/OpenAI
update cahtopenai version
|
2024-02-21 16:30:08 +08:00 |
|
chungyau97
|
73f1132544
|
update cahtopenai version
|
2024-02-21 11:46:26 +08:00 |
|
Henry
|
15afb8a2dd
|
update mrkl agents
|
2024-02-20 18:23:39 +08:00 |
|
chungyau97
|
dd64bd028b
|
add gpt-4-1106-vision-preview into ChatOpenAI marketplace
|
2024-02-17 21:11:27 +08:00 |
|
Henry
|
778e024c02
|
update query engine tool
|
2024-02-14 18:40:35 +08:00 |
|
Henry
|
caf54bf31b
|
add document json output
|
2024-02-09 16:07:34 +08:00 |
|
Vinod Paidimarry
|
64018b72e8
|
Merge pull request #1678 from vinodkiran/FEATURE/marketplace-revamp
Marketplace: Revamped UI
|
2024-02-08 03:53:46 -05:00 |
|
Kenny Vaneetvelde
|
90e6a804e4
|
Make the zod schema a main parameter instead of an additional param
|
2024-02-06 13:02:30 +01:00 |
|
vinodkiran
|
842d70bf0d
|
Marketplace: Adding filters and a collapsible panel show/hide
|
2024-02-05 18:09:46 -05:00 |
|
vinodkiran
|
8990b78e10
|
Marketplace : Added categories to chatflows
|
2024-02-05 15:09:44 -05:00 |
|
Kenny Vaneetvelde
|
113415e2c9
|
remove basepath value from template
|
2024-02-03 21:32:00 +01:00 |
|
Kenny Vaneetvelde
|
62f70ab6ef
|
Revert the changes to the original parser & template
|
2024-02-03 21:25:26 +01:00 |
|
Kenny Vaneetvelde
|
95b251f02a
|
Make it a separate node instead
|
2024-02-03 21:22:49 +01:00 |
|
Kenny Vaneetvelde
|
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
|
2024-02-03 19:43:44 +01:00 |
|
Henry
|
6013743705
|
add subquestion query engine marketplace template
|
2024-02-03 02:14:43 +00:00 |
|
Henry Heng
|
340e85da91
|
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
Feature/llama index
|
2024-02-02 20:00:21 +00:00 |
|
Henry
|
7881f295ab
|
update vec 2 doc node
|
2024-02-01 19:18:14 +00:00 |
|
Henry
|
214b312fe5
|
add input moderation to conversation chain
|
2024-01-30 17:57:11 +00:00 |
|
Henry
|
4d6881b506
|
add return source documens to retriever tool
|
2024-01-30 14:12:55 +00:00 |
|
Henry
|
21c47d8049
|
add subquery engine
|
2024-01-28 23:46:55 +00:00 |
|
Henry
|
b636b4384c
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# packages/server/src/index.ts
|
2024-01-27 23:22:05 +00:00 |
|
Henry
|
29d840c09e
|
update pinecone marketplace version
|
2024-01-27 00:56:33 +00:00 |
|
Henry
|
a711e21ac7
|
update embeddings and marketplace templates
|
2024-01-27 00:52:23 +00:00 |
|
Henry
|
1fb3e25f53
|
update linting issues
|
2024-01-25 21:57:56 +00:00 |
|
Henry
|
2d6dcb3e82
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# .github/workflows/autoSyncMergedPullRequest.yml
|
2024-01-25 19:16:20 +00:00 |
|
Ofer Mendelevitch
|
8a96493e32
|
after yarn lint
|
2024-01-24 16:45:37 -08:00 |
|
Ofer Mendelevitch
|
03e2869b8e
|
updated vectara chatflow
|
2024-01-24 16:13:19 -08:00 |
|
Henry
|
8189f945cc
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
# packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
# packages/components/nodes/memory/BufferMemory/BufferMemory.ts
# packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
# packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
# packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/src/utils.ts
# packages/server/marketplaces/chatflows/Long Term Memory.json
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
|
2024-01-24 03:00:31 +00:00 |
|
Henry
|
2b2a5b9028
|
add console call back to chains
|
2024-01-19 18:36:49 +00:00 |
|
Henry
|
1bf7944776
|
update retrievers and add mmr to other vector stores
|
2024-01-17 15:55:56 +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 |
|
Ofer Mendelevitch
|
b5bcfc0d5c
|
after yarn lint-fix
|
2024-01-08 16:46:36 -08:00 |
|
Ofer Mendelevitch
|
a26167ac5a
|
updated component to V2.0
Updated marketplace "Chain Upload" JSON file
|
2024-01-08 16:09:50 -08:00 |
|
Henry
|
02482f1b38
|
change agent/chain with memory to use runnable
|
2024-01-08 13:02:56 +00:00 |
|
Henry
|
85e6fad0aa
|
added input moderation to assistant, prevent app from crashing by using try catch
|
2023-12-28 01:11:00 +00:00 |
|
Henry
|
5917256e57
|
add fix to avoid running duplicated nodes when vector upsert
|
2023-12-19 23:48:18 +00:00 |
|
Henry
|
0e8f3ea572
|
add if else node and logic
|
2023-12-19 17:48:45 +00:00 |
|
Henry
|
e8af8b007a
|
add marketplace template
|
2023-12-17 18:58:37 +00: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 |
|
Henry
|
6a7726956c
|
update marketplace templates
|
2023-11-29 00:52:48 +00:00 |
|