Skip to content

v1.7

Latest
Compare
Choose a tag to compare
@antoniivanov antoniivanov released this 28 Feb 15:11
· 122 commits to main since this release
893ffb7

Major features include:

vdk-structlog

By setting structlog_config_preset users can choose a configuration preset to either LOCAL or CLOUD grouping best logging configuration for those use cases. Any config options set together with the preset will override the preset options..

Example RAG Pipeline

An example of how to build end to end chatbot using VDK:

vdk dag local execution

To be able to test now you can execute the entire dag locally on your machine without needing to deploy

Make sure all data job directories are on the same level

export DAGS_JOB_EXECUTOR_TYPE=local

Then run dag job as normal:

vdk run dag-job

Or from IDE as explained here and set DAGS_JOB_EXECUTOR_TYPE=local as an environment variable in the run configuration

See more in VDK DAG documentation

Support for Python 3.12

Added official support and testing for Python 3.12 in VDK plugins and main components.

What's Changed

Full Changelog: v1.6...v1.7