truera / trulens

Evaluation and Tracking for LLM Experiments
https://www.trulens.org/
MIT License
2.07k stars 181 forks source link

Cache TruCustomApp #1257

Closed sfc-gh-chu closed 3 months ago

sfc-gh-chu commented 3 months ago

Description

Please include a summary of the changes and the related issue that can be inlcuded in the release announcement. Please also include relevant motivation and context.

Avoids creating redundant TruCustomApps, and redundant records in the trulens_app table. SF tables don't respect primary keys being unique so multiple records sharing the same app_id will cause downstream issues.