What's Changed
For security conscious orgs, it's now possible to globally disable LLM logging. We've also fixed some bugs in the app editor UI.
New env variable (on controlplane, aka api container) to disable LLM calls logs tables in both admin dashboard and app view:
DISABLE_LLM_CALL_LOGGING=true
Admin dashboard:
App view:
PRs:
- chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 by @dependabot in #693
- chore(smoke): increase rag app test timeout by @philwinder in #694
- fix(knowledge): guard against nil crawler options by @philwinder in #695
- test(smoke): smoke test example apps by @philwinder in #696
- refactor(smoke): remove parallel tests and chat timeout by @philwinder in #697
- refactor(smoke): missed a parallel and improve logging by @philwinder in #698
- refactor(smoke): remove unnecessary reloads that might be affecting s… by @philwinder in #699
- refactor(smoke): remove individual test timeouts by @philwinder in #704
- 701 app creation bug by @binocarlos in #708
- Revert "701 app creation bug" by @lukemarsden in #710
- feat(kind): allow user to specify helix env vars by @philwinder in #711
- Revert "Revert "701 app creation bug"" by @lukemarsden in #712
- 701 app creation bug by @binocarlos in #713
- Disable llm calls logging by @nessie993 in #714
Full Changelog: 1.4.13...1.4.14