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 |
Henry Heng
|
e422ce287b
|
Feature/Indexing (#1802)
* indexing
* fix for multiple files upsert
* fix default Postgres port
* fix SQLite node description
* add MySQLRecordManager node
* fix MySQL unique index
* add upsert history
* update jsx ui
* lint-fix
* update dialog details
* update llamaindex pinecone
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
|
2024-04-02 23:47:19 +01:00 |
vinodkiran
|
6acc921095
|
ViewMessages->Export Messages. Add Fullpath of the image/audio file.
|
2024-02-14 17:04:53 -05:00 |
Henry
|
caf54bf31b
|
add document json output
|
2024-02-09 16:07:34 +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
|
0e8f3ea572
|
add if else node and logic
|
2023-12-19 17:48:45 +00:00 |
Henry
|
40f8371de9
|
add llamaindex
|
2023-12-04 20:04:09 +00:00 |
Henry
|
3638485d1b
|
Merge branch 'main' into feature/VectorStoreRevamp
|
2023-11-22 19:49:55 +00:00 |
Henry
|
40a63008ec
|
add vectara chain
|
2023-11-20 19:34:30 +00:00 |
Henry
|
44cadc1cc3
|
add vector upsert ability
|
2023-11-16 18:34:17 +00:00 |
Henry
|
b44c203807
|
Merge branch 'main' into feature/output-parsers
# Conflicts:
# packages/ui/src/views/chatmessage/ChatMessage.js
|
2023-11-03 13:10:06 +00:00 |
Henry
|
4f6cab47f8
|
code cleanup
|
2023-11-03 01:33:08 +00:00 |
Henry
|
82074ee7a1
|
add datagrid field type
|
2023-10-31 22:12:09 +00:00 |
Henry
|
db06f85c2a
|
add multi options
|
2023-10-13 01:28:48 +01:00 |
chungyau97
|
ef1f16b7aa
|
add hyperlink
|
2023-08-01 16:20:24 +08:00 |
Henry
|
05dd23b01d
|
- update marketplaces
- add version to nodes and credentials
- hover over node actions
|
2023-07-28 15:56:40 +01:00 |
Henry
|
413d654493
|
add credentials
|
2023-07-15 14:25:52 +01:00 |
Henry
|
fb28f61f8b
|
add memory option
|
2023-07-09 16:11:42 +01:00 |
Henry
|
511c4995e9
|
format prompt values revamp
|
2023-06-28 22:59:56 +01:00 |
Henry
|
70da39629c
|
add custom tool
|
2023-06-21 18:31:53 +01:00 |
Henry
|
e89785080b
|
enable streaming
|
2023-05-22 17:16:21 +01:00 |
Henry
|
8d3a374257
|
add api config
|
2023-05-04 18:44:51 +01:00 |
Henry
|
4c576db1eb
|
add autogpt, readfile and writefile tools
|
2023-04-22 15:06:13 +01:00 |
Henry
|
27e026d943
|
add baseClasses for outputs
|
2023-04-20 00:46:33 +01:00 |
Henry
|
94e71b22e2
|
Merge branch 'main' into feature/Prompt-Chaining
|
2023-04-19 22:28:44 +01:00 |
Henry
|
ed81dc228f
|
add aiplugintools
|
2023-04-17 20:26:57 +01:00 |
Henry
|
4b9c39cf54
|
Add feature to be able to chain prompt values
|
2023-04-16 23:17:08 +01:00 |
Henry
|
c576ea5b67
|
Add marketplaces
|
2023-04-10 17:47:25 +01:00 |
Henry
|
05c86ff9c5
|
Initial push
|
2023-04-06 22:17:34 +01:00 |