Skip to content

Releases: timescale/pgai

extension-0.5.0

26 Nov 16:24
Compare
Choose a tag to compare

This release adds support for Ollama-based vectorizers, and fixes a permissions issue introduced in 0.4.1.

For more details, see the release notes.

extension 0.4.1

19 Nov 15:59
Compare
Choose a tag to compare

This release focuses on improving reliability, performance, and maintainability while fixing several important edge cases in table management and permissions.

For more details, see the release notes.

extension 0.4.0

24 Oct 19:19
Compare
Choose a tag to compare

Version 0.4.0 adds support for pgai Vectorizer, a new tool for automatically creating and updating vector embeddings for data in PostgreSQL.

This release adds extension capabilities to support using pgai Vectorizer self-hosted or managed via the Timescale Cloud platform.

For more details, see the release notes.

v0.3.0

09 Jul 16:55
Compare
Choose a tag to compare

Version 0.3.0 adds support for Anthropic and Cohere.

The following functions were added:

  • anthropic_generate
  • cohere_chat_complete
  • cohere_classify_simple
  • cohere_classify
  • cohere_detokenize
  • cohere_embed
  • cohere_list_models
  • cohere_rerank_simple
  • cohere_rerank
  • cohere_tokenize

v0.2.0

20 Jun 21:03
Compare
Choose a tag to compare

This release adds support for using Ollama from SQL.

v0.1.0

06 Jun 17:12
430b964
Compare
Choose a tag to compare

Initial release of the pgai extension!