Skip to content
Closed
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
4 changes: 4 additions & 0 deletions .github/workflows/perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ jobs:
HINDSIGHT_API_LLM_VERTEXAI_SERVICE_ACCOUNT_KEY: /tmp/gcp-credentials.json
HINDSIGHT_API_LLM_MODEL: google/gemini-2.5-flash-lite
HINDSIGHT_API_ENABLE_OBSERVATIONS: "true"
# Exercise create+update semantic dedup (the benchmark's whole point). Safe here because
# the benchmark runs on embedded pg0 (Postgres); the merge path is Postgres-only, which is
# why the feature stays opt-in / disabled by default rather than enabled globally.
HINDSIGHT_API_CONSOLIDATION_DEDUP_THRESHOLD: "0.97"
steps:
- uses: actions/checkout@v6
with:
Expand Down
Loading