@@ -8,6 +8,35 @@ keywords: [changelog, upgrades, updates, releases]
88
99All the latest features and updates to Timescale products.
1010
11+ ## 📒Faster vector search and improved job information
12+ <Label type =" date " >April 4, 2025</Label >
13+
14+ ### pgvectorscale 0.7.0: faster filtered filtered vector search with filtered indexes
15+
16+ This pgvectorscale release adds label-based filtered vector search to the StremingDiskANN index.
17+ This enables you to return more precise and efficient results by combining vector
18+ similarity search with label filtering while still uitilizing the ANN index. This is a common need for large-scale RAG and Agentic applications
19+ that rely on vector searches with metadata filters to return relevant results. Filtered indexes add
20+ even more capabilities for filtered search at scale, complementing the high accuracy streaming filtering already
21+ present in pgvectorscale. The implementation is inspired by Microsoft's Filtered DiskANN research.
22+ For more information, see the [ pgvectorscale release notes] [ log-28032025-pgvectorscale-rn ] and a
23+ [ usage example] [ log-28032025-pgvectorscale-example ] .
24+
25+ ### Job errors and individual job pages
26+
27+ Each job now has an individual page in $CONSOLE, and displays additional details about job errors. You use
28+ this information to debug failing jobs.
29+
30+ To see the job information page, in [ $CONSOLE] [ console ] , select the $SERVICE_SHORT to check, then click ` Jobs ` > job ID to investigate.
31+
32+ - Successful jobs:
33+
34+ ![ Log success in Timescale Console] ( https://assets.timescale.com/docs/images/changelog-job-success-page.png )
35+
36+ - Unsuccessful jobs with errors:
37+
38+ ![ Log errors in Timescale Console] ( https://assets.timescale.com/docs/images/changelog-job-error-page.png )
39+
1140## 🤩 In-Console Livesync for PostgreSQL
1241<Label type =" date " >March 21, 2025</Label >
1342
@@ -868,3 +897,5 @@ To learn more, see the [postgresql-unit documentation](https://github.com/df7cb/
868897[ popsql-web ] : https://app.popsql.com/login
869898[ popsql-desktop ] : https://popsql.com/download
870899[ console ] : https://console.cloud.timescale.com/dashboard/services
900+ [ log-28032025-pgvectorscale-rn ] : https://github.com/timescale/pgvectorscale/releases/tag/0.7.0
901+ [ log-28032025-pgvectorscale-example ] : https://github.com/timescale/pgvectorscale?tab=readme-ov-file#label-based-filtering-with-diskann
0 commit comments