Henry
24426266ba
update issues templates
2025-06-23 19:17:44 +01:00
Henry Heng
2e42dfb635
Bugfix/Gemini Structured Output ( #4713 )
...
* fix gemini structured output
* update issues templates
2025-06-23 19:10:41 +01:00
Henry
f50a817bf4
update issues templates
2025-06-22 15:48:02 +01:00
Henry Heng
a107aa7a77
Chore/Update issue templates and add new tools ( #4687 )
...
* Enhancement: Update issue templates and add new tools
- Updated bug report template to include a default label of 'bug'.
- Updated feature request template to include a default label of 'enhancement'.
- Added new credential class for Agentflow API.
- Enhanced Agent and HTTP nodes to improve tool management and error handling.
- Added deprecation badges to several agent and chain classes.
- Introduced new tools for handling requests (GET, POST, DELETE, PUT) with improved error handling.
- Added new chatflows and agentflows for various use cases, including document QnA and translation.
- Updated UI components for better handling of agent flows and marketplace interactions.
- Refactored utility functions for improved functionality and clarity.
* Refactor: Remove beta badge and streamline template title assignment
- Removed the 'BETA' badge from the ExtractMetadataRetriever class.
- Simplified the title assignment in the agentflowv2 generator by using a variable instead of inline string manipulation.
2025-06-19 18:11:24 +01:00
Henry Heng
8ba1a09077
Bugfix/Update worker docker ( #4643 )
...
update worker docker
2025-06-12 17:25:43 +01:00
Henry
60b18353a7
update docker image yml
2025-05-29 18:43:23 +01:00
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
c96d634db2
Bugfix/update view message dialog ( #3994 )
...
* update view message dialog
* update lock file
* update github main action
* update github main action
* Update style.scss
* Update pnpm-lock.yaml
* Update pnpm-lock.yaml
2025-02-06 11:05:06 +00:00
Saurav Maheshkar
55f52c4d50
feat(ci): enable `pnpm` caching in CI ( #2530 )
2024-06-04 02:57:07 +01:00
Octavian FlowiseAI
ee9d3a33fa
Update autoSyncMergedPullRequest.yml
2024-05-10 22:01:05 +02:00
Octavian FlowiseAI
32ad3b1366
Update autoSyncMergedPullRequest.yml
2024-05-10 20:50:36 +02:00
Henry
ef532866fd
add docker image CI workflow
2024-05-07 00:13:27 +01:00
Ilango
f4c7887e50
Feature: define a custom error message for allowed domains ( #2194 )
...
* Add a field for custom error message in allowed domains configuration
* enhance UI for more consistency
* update pnpm version
* update pnpm version
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-19 03:13:28 +01:00
Henry Heng
d1c8f7eb96
Bugfix/Supabase Upserting ( #2210 )
...
* fix supabase upserting error
* fix supabase upserting error
* update pnpm to 9.0.3
2024-04-19 00:52:28 +01:00
Octavian FlowiseAI
713077381b
Fix pnpm version for CI ( #2204 )
...
Update pnpm gh action to 9.0.2
2024-04-18 03:22:53 +02:00
Octavian FlowiseAI
5b0941e7d3
Pin the pnpm version
2024-04-17 00:27:01 +02:00
Octavian FlowiseAI
957694a912
feature: modularized express routes for reusability, testability, composability and performance ( #2030 )
...
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-02 16:44:04 +01:00
Octavian FlowiseAI
ac02cde2fa
Update autoSyncSingleCommit.yml
2024-03-18 13:43:48 +01:00
Octavian FlowiseAI
187d306653
Update autoSyncSingleCommit.yml ( #1985 )
2024-03-18 13:42:55 +01:00
Octavian FlowiseAI
50a2e911f2
Send valid JSON to autosync workflows for multi-line commit messages ( #1981 )
...
Allow multi-line commit message to be used in autosync workflows using the toJSON context function. The toJSON function is required to pretty-print JSON objects to the log.
2024-03-18 09:09:21 +01:00
Octavian FlowiseAI
d437a6fb11
Enable github workflow pnpm caching
2024-03-15 08:51:01 +01:00
Ilango
e3b5309855
Fix merge conflicts
2024-03-06 16:03:12 +05:30
Henry
2d6dcb3e82
Merge branch 'main' into feature/LlamaIndex
...
# Conflicts:
# .github/workflows/autoSyncMergedPullRequest.yml
2024-01-25 19:16:20 +00:00
Octavian FlowiseAI
1104257720
yml linter fix
2024-01-25 04:01:10 +01:00
Octavian FlowiseAI
52f2471ebc
Update autoSyncSingleCommit.yml - enable multi-line commitMessage
2024-01-25 03:55:35 +01:00
Octavian FlowiseAI
600f99aa95
Update autoSyncMergedPullRequest.yml
...
Use the pull_request_target event instead of pull_request since pull_request_target has access to the secrets.
2024-01-25 03:42:06 +01: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
Octavian FlowiseAI
764efcccb7
Update autoSyncSingleCommit.yml
2024-01-22 10:09:19 +01:00
Octavian FlowiseAI
fb2e6a0e08
Update autoSyncSingleCommit.yml
...
- send single commit message
2024-01-22 10:08:29 +01:00
Octavian FlowiseAI
ddab853cfd
Update autoSyncMergedPullRequest.yml
...
- send pr title
- send pr description
2024-01-22 09:57:01 +01:00
Octavian FlowiseAI
d2e6b094f6
Update autoSyncMergedPullRequest workflow flags
2024-01-19 23:20:50 +01:00
Octavian Cioaca
d02b5a8988
Add autoSync github workflows
2024-01-18 01:47:33 +01:00
Henry
4e3f219e2d
update readme and vite port
2023-11-27 12:24:11 +00:00
Greg L
35ad74f8a3
- Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only.
2023-11-23 13:33:52 -05:00
Henry Heng
bee16d4982
Update FUNDING.yml
2023-06-21 19:29:32 +01:00
Henry Heng
8c880199cd
Update FUNDING.yml
2023-06-18 22:53:22 +01:00
Henry Heng
1e53f2e137
Create FUNDING.yml
2023-06-18 22:44:29 +01:00
Henry
5e35918021
add PUPPETEER_SKIP_DOWNLOAD
2023-06-16 23:16:33 +01:00
Henry Heng
74993dbca8
Update bug_report.md
2023-06-14 23:38:25 +01:00
ewfian
7e8557fa5c
fix build failed
2023-06-05 21:48:41 +09:00
ewfian
1b8ca05380
fix build failed
2023-06-05 21:40:32 +09:00
ewfian
2cc6e05426
fix branch name
2023-06-05 21:34:43 +09:00
ewfian
3d8c7d5c1f
CI: add docker build test
2023-06-05 21:32:02 +09: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
05c86ff9c5
Initial push
2023-04-06 22:17:34 +01:00