Skip to content

Commit

Permalink
Changelog Oct 31 (#3555)
Browse files Browse the repository at this point in the history
* Changelog Oct 31

Signed-off-by: Ramon Guiu <[email protected]>

* Update changelog.md

Signed-off-by: Ramon Guiu <[email protected]>

* Update changelog.md

Signed-off-by: Ramon Guiu <[email protected]>

* Apply suggestions from code review

Co-authored-by: Iain Cox <[email protected]>
Signed-off-by: Ramon Guiu <[email protected]>

* Update changelog.md

Signed-off-by: Ramon Guiu <[email protected]>

* Update changelog.md

Signed-off-by: Ramon Guiu <[email protected]>

---------

Signed-off-by: Ramon Guiu <[email protected]>
Co-authored-by: Iain Cox <[email protected]>
  • Loading branch information
ramonguiu and billy-the-fish authored Nov 1, 2024
1 parent 0f27a0b commit a96d7c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ keywords: [changelog, upgrades, updates, releases]

All the latest features and updates to Timescale products.

## 🎃 New AI, data integration, and performance enhancements
<Label type="date">October 31, 2024</Label>

### Pgai Vectorizer: vector embeddings as database indexes (early access)
This early access feature enables you to automatically create, update, and maintain embeddings as your data changes. Just like an index, Timescale handles all the complexity: syncing, versioning, and cleanup happen automatically.
This means no manual tracking, zero maintenance burden, and the freedom to rapidly experiment with different embedding models and chunking strategies without building new pipelines.
Navigate to the AI tab in your service overview and follow the instructions to add your OpenAI API key and set up your first vectorizer or read our [guide to automate embedding generation with pgai Vectorizer](https://github.com/timescale/pgai/blob/main/docs/vectorizer.md) for more details.

![Vectorizer setup](https://s3.amazonaws.com/assets.timescale.com/docs/images/vectorizer-setup.png)

### PostgreSQL-to-PostgreSQL foreign data wrappers:
Fetch and query data from multiple PostgreSQL databases, including time-series data in hypertables, directly within Timescale Cloud using [foreign data wrappers (FDW)](https://docs.timescale.com/use-timescale/latest/schema-management/foreign-data-wrappers/). No more complicated ETL processes or external tools—just seamless integration right within your SQL editor. This feature is ideal for developers who manage multiple PostgreSQL and time-series instances and need quick, easy access to data across databases.

### Chunk interval recommendations
Timescale Console now shows recommendations for services with too many small chunks in their hypertables.
Recommendations for new intervals that improve service performance are displayed for each underperforming service and hypertable. Users can then change their chunk interval and boost performance within Timescale Console.

![Chunk interval recommendation](https://s3.amazonaws.com/assets.timescale.com/docs/images/chunk-interval-recommendation.png)

## 💡 Help with hypertables and faster notebooks
<Label type="date">October 18, 2024</Label>

Expand Down

0 comments on commit a96d7c0

Please sign in to comment.