Changelog
Release Version: v0.14.6-rc7-pbai19 | Release Date: Jun 28, 2025
What's Changed
set below env variables
O2_AI_ENABLED :"true"
O2_AI_API_URL : "<>/v1/chat/completions"
O2_AI_MODEL : "model - number "
O2_AI_PROVIDER : ""
O2_AI_API_KEY: ""
O2_TOOL_API_URL: "" // url of openbserve cluster like: <hostname>/api
Please note it works only with v1/chat/completions
api
- feat: introduce ai agent O2 AI agent can:
- Generate SQL , from logs page as selected stream schema is passed as context from logs page
- Can generate vrl provided event which it needs to work on As of today prompt cant be updated.
Remote pipeline fixes
- Now a file reader is created only at the time when we pick it up for exporting, so the openfds no longer depend on number of wal files created
- when trying to read a file for export fails (because file name is invalid, or the file is no longer on disk) we log an error and remove it from offset map