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 |
Henry Heng
|
a2a475ba7a
|
Feature/Add bullmq redis for message queue processing (#3568)
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
|
2025-01-23 14:08:02 +00:00 |
Ryan Halliday
|
c2c1ca9162
|
Slight Redis Memory description change to include units (#3824)
Slight message change to include units
|
2025-01-08 01:05:10 +00:00 |
Henry Heng
|
4c1378c670
|
Feature/Append uploaded images to message history (#3105)
append uploaded images to message history
|
2024-09-02 11:27:45 +01:00 |
Henry Heng
|
8caca472ba
|
Feature/Add prepend messages to memory (#2410)
add prepend messages to memory
|
2024-05-20 17:08:34 +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 |
Henry Heng
|
057e056257
|
Bugfix/Add missing TTL implementation for Redis (#2131)
add missing TTL implementation
|
2024-04-09 14:36:24 +01:00 |
Henry
|
2f4134a291
|
upstash singleton
|
2024-02-22 23:09:58 +08:00 |
Henry
|
5a45a99620
|
Merge branch 'main' into chore/Upgrade-LC-version
|
2024-02-19 17:39:32 +08:00 |
Henry
|
bc054d2fe1
|
add fix for override session id
|
2024-02-08 11:55:30 +08:00 |
Henry
|
0606d2c6dd
|
upgrade langchain version 0.1.0
|
2024-01-26 23:41:55 +00:00 |
Henry
|
02482f1b38
|
change agent/chain with memory to use runnable
|
2024-01-08 13:02:56 +00:00 |
Henry
|
b6d08268d4
|
add abstract methods
|
2023-12-26 16:13:14 +00:00 |
Henry
|
aac0546a7f
|
update all memory nodes
|
2023-12-21 00:50:24 +00:00 |
Henry
|
4b5f7028e3
|
fix chat history
|
2023-11-30 16:01:16 +00:00 |
Henry
|
3536c2afec
|
fix memory nodes
|
2023-11-27 15:34:28 +00:00 |
Henry Heng
|
8b555e02f8
|
Update UpstashRedisBackedChatMemory.ts
camelCase node name
|
2023-10-08 01:55:45 +01:00 |
Henry Heng
|
424e713128
|
Update UpstashRedisBackedChatMemory.ts
code cleanup
|
2023-10-08 01:52:19 +01:00 |
Ayush Jain
|
9bae1c33f7
|
Review changes
|
2023-10-06 23:23:21 +05:30 |
Ayush Jain
|
086944dc07
|
Fixed linting errors
|
2023-10-05 18:29:39 +05:30 |
Ayush Jain
|
786dd8a11c
|
Added Upstash Redis Memory support
|
2023-10-04 00:20:02 +05:30 |