Tembo-py

Latest version: v0.3.0

Safety actively analyzes 626604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.12.1

What's Changed
* trim leading/trailing whitespace by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/74


**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.12.0...v0.12.1

0.12.0

Summary
Two default behavior changes for new vectorize jobs, e.g. `vectorize.table()` and `vectorize.init_rag()`. Note: existing jobs are not changed. `vectorize.search()` and `vectorize.rag()` remain unchanged.

1. embeddings are updated via cron-jobs, as opposed to an insert and update trigger. The default is a 1 minute interval.
2. embeddings are stored in a separate table at `vectorize._embeddings_<job_name>`. a view is created over the source and embedding table at `vectorize.<job_name>`.

What's Changed
* add health check endpoints by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/64
* Add contributing guide. by EvanHStanton in https://github.com/tembo-io/pg_vectorize/pull/60
* add docs page by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/65
* trigger initial job on all schedule methods by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/66
* Add missing mkdocs.yml by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/68
* more upgrade test by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/69
* inherit constraints on examples by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/70
* Refactor tests by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/71
* improve embeddings handling by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/67
* change default to cron-like by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/72
* add oss rank badge to readme by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/73

New Contributors
* EvanHStanton made their first contribution in https://github.com/tembo-io/pg_vectorize/pull/60

**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.11.1...v0.12.0

0.11.1

What's Changed
* use same timeout on all calls, refactor bgw wait latch interaction by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/63


**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.11.0...v0.11.1

0.11.0

**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.10.1...v0.11.0

0.10.1

What's Changed
* fully qualified path for triggers by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/55
* better error for missing table by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/57


**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.10.0...v0.10.1

0.10.0

What's Changed
* update builds for local runner by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/41
* build server container for arm by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/42
* Update docs w/ docker-compose example by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/40
* Fix the PGXN version badge by theory in https://github.com/tembo-io/pg_vectorize/pull/43
* readme image by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/44
* add settings by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/45
* update readme by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/47
* Minimal rag framework by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/49
* Initial rag by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/52
* pull private model in embedding svc by ChuckHend in https://github.com/tembo-io/pg_vectorize/pull/53


**Full Changelog**: https://github.com/tembo-io/pg_vectorize/compare/v0.9.0...v0.10.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.