-
Notifications
You must be signed in to change notification settings - Fork 274
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.10.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: timescale/pgai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pgai-v0.10.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 44 files changed
- 8 contributors
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0636243 - Browse repository at this point
Copy the full SHA 0636243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65403ce - Browse repository at this point
Copy the full SHA 65403ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f4e2c - Browse repository at this point
Copy the full SHA 79f4e2cView commit details -
chore: move lychee config to file
Allows annotation of the individual config pieces
Configuration menu - View commit details
-
Copy full SHA for 504b30a - Browse repository at this point
Copy the full SHA 504b30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea16719 - Browse repository at this point
Copy the full SHA ea16719View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c08d887 - Browse repository at this point
Copy the full SHA c08d887View commit details
Commits on May 9, 2025
-
test: avoid modifying template1 (#726)
Modifying template1 has weird, unexpected effects on subsequent tests in other modules. I sunk more time than I want to admit to figuring out what was going on.
Configuration menu - View commit details
-
Copy full SHA for 6115263 - Browse repository at this point
Copy the full SHA 6115263View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87c5a3 - Browse repository at this point
Copy the full SHA b87c5a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46b8ab - Browse repository at this point
Copy the full SHA b46b8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736a104 - Browse repository at this point
Copy the full SHA 736a104View commit details
Commits on May 13, 2025
-
test: add vectorizer benchmark tools
New benchmark just recipes for the vectorizer: - `just pgai benchmark-mem`: runs the vectorizer on a queue of 500 items, generates a memray profile, and a memory usage flamegraph. - `just pgai benchmark-cpu`: runs the vectorizer on a queue of 500 items, generates a CPU usage flamegraph using py-spy. - `just pgai benchmark-cpu-top`: runs the vectorizer on a queue of 500 items, displays a top like interface of CPU usage. - `just pgai benchmark-queue-count`: shows the queue count of the running benchmark. Should be executed in a separate terminal. The count is updated in an interval. The benchmark DB uses the wiki.dump stored in the repository, creates an openAI vectorizer, and runs the benchmark tool storing the results in `projects/pgai/benchmark/results`. There's a new command for the cli `pgai vectorizer worker-benchmark`. It's the same as the regular worker, but it's wrapped in a vcr client that replays openAI requests. This command is used by the CPU benchmarks in order to have constant request/response times to the API, and have more deterministic time results. The cassette file is tracked using git-lfs. Memory benchmarks don't use the vcr wrapped command because they pollute VCR will use considerable memory to handle the API calls.
Configuration menu - View commit details
-
Copy full SHA for fa70d83 - Browse repository at this point
Copy the full SHA fa70d83View commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a77389 - Browse repository at this point
Copy the full SHA 2a77389View commit details -
fix: openai per batch limit (#730)
* fix: openai per batch limit * chore: trigger ci * chore: leave a comment on why using estimated tokens
Configuration menu - View commit details
-
Copy full SHA for 7fbd781 - Browse repository at this point
Copy the full SHA 7fbd781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054ff83 - Browse repository at this point
Copy the full SHA 054ff83View commit details -
Configuration menu - View commit details
-
Copy full SHA for b885d4f - Browse repository at this point
Copy the full SHA b885d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a209b0 - Browse repository at this point
Copy the full SHA 2a209b0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff pgai-v0.10.2...pgai-v0.10.3