Skip to content

v1.2.0

Compare
Choose a tag to compare
@KevinJBoyer KevinJBoyer released this 27 Mar 17:11
· 38 commits to main since this release
83be069

Key changes include:

  • Update logging to also log to Postgres in addition to the LiteralAI platform
  • Auto tag users in the pilot via a cron job

What's Changed

  • feat: Add timing logs for LLM operations and /query endpoint by @fg-nava in #270
  • refactor: Add min_samples parameter to stratified sampling by @fg-nava in #262
  • fix: LiteralAI exporter: ignore chainlit message by @yoomlam in #271
  • feat: Log chats to DB and LiteralAI by @yoomlam in #265
  • fix: Update connection URL for deployed environments by @KevinJBoyer in #275
  • refactor: API: use ContextVar for db_session by @yoomlam in #272
  • fix: Ensure the user.id is consistent across Chainlit data layers by @yoomlam in #274
  • fix: Correctly URL-encode special characters in the database password by @KevinJBoyer in #276
  • chore: Rename and reorder columns in LiteralAI export by @KevinJBoyer in #278
  • refactor: Get header from first QA row by @KevinJBoyer in #279
  • feat: Add DB connection pool for Chainlit data layer by @yoomlam in #280
  • ci: Add cron: literalai_tagger by @yoomlam in #281
  • feat: Update chatbot API to save to both our DB and LiteralAI by @yoomlam in #273

Full Changelog: v1.1.0...v1.2.0