Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timescale/pgai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pgai-v0.11.2
Choose a base ref
...
head repository: timescale/pgai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pgai-v0.11.3
Choose a head ref
  • 11 commits
  • 67 files changed
  • 7 contributors

Commits on Jun 13, 2025

  1. chore: store golden query results in files (#819)

    Moves the "golden query" results from being inline in the code to being
    in separate files, and introduces a workflow to overwrite the files,
    namely:
    
    OVERWRITE_GOLDEN=true just ci
    
    This makes it easier to maintain these golden tests when things change.
    JamesGuthrie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    fc9e23f View commit details
    Browse the repository at this point in the history
  2. chore: ignore line-too-long (E501) lint (#821)

    We use `ruff format` to format all python files, so cases where we
    exceed the configured max line length are rare, and usually to do with
    formatting/outputting strings. The nag of E501 is a waste of time.
    JamesGuthrie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    f3989d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. chore: remove git lfs

    alejandrodnm committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    2af8fbc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. chore: split deps into separate extras (#800)

    * chore: split deps into separate extras
    
    * chore: update docs and dockerfile
    
    * chore: only install vectorizer-worker extra in dockerfile
    Askir authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    3a11921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db2468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd09c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    17eaef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. docs: remove docs for structured retrieval as it is no longer support…

    …ed (#838)
    
    * docs: remove docs for structured retrieval as it is no longer supported
    
    * docs: remove link to missing text-to-sql docs
    jgpruitt authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    1d23f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae49c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    8eab632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b062e5d View commit details
    Browse the repository at this point in the history
Loading