pipeline-backend
pipeline-backend copied to clipboard
⇋ A REST/gRPC server for Instill VDP API service
Because - we have new components and want users to use them This commit - add the recipe sample for users
Because - (write the reason why we need to consider this PR in a list) This commit - (write the summary of all commits in this PR in a list)...
This is a port of https://github.com/instill-ai/component/pull/368/files Because - we want developers to be able to see the result without login into Instill Cloud This commit - expose text component function...
Because - the data that users could see on dashboard are different from what they can see on Runs page in a single pipeline or model This commit - add...
Because - Slack integration can send messages as either a user or a bot. This commit - Updates the component `setup` to hold both tokens.
Because - we need embedding from instill model This commit - to be written
Because - we want to add the Google Drive to support sync the data into other data source This commit - to be written
solves instill-ai/instill-core#1111
:robot: I have created a release *beep* *boop* --- ## [0.53.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.52.5-beta...v0.53.0-beta) (2025-05-23) ### Features * **temporal:** propagate request metadata to Temporal headers ([#1009](https://github.com/instill-ai/pipeline-backend/issues/1009)) ([0e90a99](https://github.com/instill-ai/pipeline-backend/commit/0e90a99775e7e69990b979817a94b386a15432bf)) ### Bug Fixes * **worker:** catch...
Because - we want to enable users to clone pipelines using templates. This commit - implements the functionality for cloning pipelines with templates.