Blendsql

Latest version: v0.0.15

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

Scan your dependencies

0.0.15

What's Changed
- Support for PostgreSQL! 🎉 (c027388)
- Enabled via `CREATE TEMP TABLE` abstraction and `Database` class built off sqlalchemy (85418e2)
- LlamaCppLLM class (2283526)
- Renamed `blendsql.py` to `blend.py' (670d00e)
- More test cases (9d19579)

Full Changelog: https://github.com/parkervg/blendsql/compare/v0.0.141...v0.0.15

0.0.14

Bugfix: enforcing `sqlglot==18.13.0`

0.0.13

What's Changed
This release only updates the model caching capability.

- Close 8, solving some `diskcache` model caching bugs
- Add `caching` boolean argument to `Model` class (d7deeea)
- Allows user to toggle caching behavior on/off
- Test cases for caching (9d15c57)

Full Changelog: https://github.com/parkervg/blendsql/compare/v0.0.12...v0.0.13

0.0.12

What's Changed
- Rename ``LLM`` to ``Model`` (259a32e)
- Now, import is `from blendsql.models import Model`
- Adding disckache cache for Model predictions (3c757a7)
- If the model class and the arguments passed to `predict()` are identical to something in cache, just return, don't process it again
- Better documentation, examples showing new ingredient integration (7a65153)

Full Changelog: https://github.com/parkervg/blendsql/compare/v0.0.11...v0.0.12

0.0.11

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.