Skip to content
Merged

Moad #30

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pipelex/pipelex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pan_to_top = true # Pan to show top of graph on load

[pipelex.storage_config]
# Storage method: "local", "in_memory" (default), "s3", or "gcp"
method = "in_memory"
method = "s3"
# Whether to fetch remote HTTP URLs and store them locally
is_fetch_remote_content_enabled = true

Expand All @@ -81,8 +81,8 @@ uri_format = "{primary_id}/{secondary_id}/{hash}.{extension}"
[pipelex.storage_config.s3]
# AWS S3 storage settings (requires boto3: `pip install pipelex[s3]`)
uri_format = "{primary_id}/{secondary_id}/{hash}.{extension}"
bucket_name = ""
region = ""
bucket_name = "pipelex-assets"
region = "eu-west-3"
signed_urls_lifespan_seconds = 3600 # Set to "disabled" for public URLs

[pipelex.storage_config.gcp]
Expand Down
1 change: 0 additions & 1 deletion api/routes/pipelex/build/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class BuildOutputRequest(BaseModel):

@router.post("/build/output")
async def build_output(request_data: BuildOutputRequest) -> Any:
"""Generate example output JSON for a pipe."""
library_manager = get_library_manager()

try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
]

[tool.uv.sources]
pipelex = { git = "https://github.com/Pipelex/pipelex.git", rev = "feature/output-model-schema" }
pipelex = { git = "https://github.com/Pipelex/pipelex.git", rev = "moad" }


[build-system]
Expand Down
73 changes: 2 additions & 71 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.