Skip to content

Polygres SDK 0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 08:13
· 1 commit to main since this release

Added

  • Pass text to existing Context, vector, and hybrid searches to generate query
    embeddings with the configured model. Existing vector calls retain their
    arguments and response types.
  • Build nearest query-plan branches with text and embed them during execution.
  • Control query credit usage and reuse embedding attempts across retries and
    paginated results with idempotency keys.

Changed

  • Refresh the packaged Runtime API reference and validate compatibility against
    the published SDK 0.4.1 contract.
  • Include the changelog in source distributions.

Existing SDK methods and query-vector workflows remain available. Configure
embedding generation through the dashboard, CLI, or MCP.