postgresml

The GPU-powered AI application database. Get your app to market faster using the simplicity of SQL and the latest NLP, ML + LLM models.

MIT License

Downloads
14.3K
Stars
4.7K
Committers
46

Bot releases are hidden (Show)

postgresml - v2.4.7

Published by montanalow over 1 year ago

What's Changed

A new Python SDK to simplify using PostgresML embeddings, in addition to several bug fixes and performance optimizations.

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.6...v2.4.7

postgresml - v2.4.6

Published by montanalow over 1 year ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.5...v2.4.6

postgresml - v2.4.5 - Improved vector performance & support for Starcoder

Published by montanalow over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.4...v2.4.5

postgresml - v2.4.4

Published by montanalow over 1 year ago

What's Changed

Some performance optimizations around vector functions.

  • Updates our PGRX dependency to provide more zero copy array operations, which is important for the vector function family.
  • Tags all the vector functions and aggregates as immutable, for both speed, and so they can be used

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.3...v2.4.4

postgresml - Fix transform device assignment

Published by levkk over 1 year ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.2...v2.4.3

postgresml - Multi-GPU & virtualenv

Published by levkk over 1 year ago

  • Add support for using multiple GPUs if available for different connections. Currently randomized based on PID.
  • Add support for using virtualenv.
postgresml - Support instructor embeddings

Published by montanalow over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.4.0...v2.4.1

postgresml - Embeddings

Published by montanalow over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.3.0...v2.4.0

postgresml - Huggingface Transformers support in Rust

Published by montanalow over 1 year ago

What's Changed

  • Support for transformers (like GPT-2) for text generation in the v2 Rust extension
  • A handful of bug fixes, including for Docker setup

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.2.0...v2.3.0

postgresml - Preprocessing and Rust Dashboard

Published by montanalow over 1 year ago

Preprocessing for common ML data cleaning tasks is a new API, and the dashboard has been rewritten in Rust for parity with the v2 extension.

What's Changed

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v2.1.1...v2.2.0

postgresml - v2.1.1

Published by levkk almost 2 years ago

  • Don't create a table snapshot by default and use the table directly instead in pgml.train()
  • Limit XGBoost predictions to 2 threads by default, controllable by GUC parameter.
postgresml - v2.0.2

Published by levkk almost 2 years ago

Require fully qualified table name for tables not in the public schema.

e.g. pgml.digits instead of digits unless the digits table is in the public schema as public.digits.

postgresml - v2.0.1

Published by levkk almost 2 years ago

A few bug fixes.

  • Fix F1 classification metric.
  • Fix XGBoost Rust regression.
postgresml - v2.0.0

Published by levkk about 2 years ago

Rewrite of PostgresML in Rust, with optimized XGBoost, LightGBM, Linfa, and vector operations. Fully backwards compatible to v1.0 and continues to support Python ML libraries, incl. scikit-learn.

postgresml - v1.0.1

Published by montanalow about 2 years ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v1.0.0...v1.0.1

postgresml - v1.0.0

Published by montanalow about 2 years ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v0.11.2...v1.0.0

postgresml - v0.11.2

Published by montanalow about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/postgresml/postgresml/compare/v0.11.1...v0.11.2

postgresml - v0.11.1

Published by levkk over 2 years ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v0.11.0...v0.11.1

postgresml - v0.11.0

Published by levkk over 2 years ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v0.10.0...v0.11.0

postgresml - v0.10.0

Published by levkk over 2 years ago

What's Changed

Full Changelog: https://github.com/postgresml/postgresml/compare/v0.9.3...v0.10.0

Package Rankings
Top 6.75% on Proxy.golang.org
Top 4.9% on Pypi.org
Top 14.51% on Npmjs.org