Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

[Story]: Compress prompts and responses in the database #1030

@dussab

Description

@dussab

Description

Prompts and LLM responses can quickly grow the storage requirements for the local database. Compressing this text via Gzip (example: https://www.alibabacloud.com/blog/postgresql-gzip-plug-in-function-interface-compress-and-decompress-text-and-bytea-files_597616) might reduce storage requirements and provide a format that could could be streamed directly to the codegate portal since all modern browsers support gzip content.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions