Skip to content

Latest commit

 

History

History
106 lines (53 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

106 lines (53 loc) · 3.72 KB

Changelog

v0.3.1 (2024-06-17)

Documentation

  • Added about section to documentation (#50) (a32b3fe)

Fix

  • Fixed gradio interface crash on types that are not json serializable (#47) (f501156)

Chore

  • Added issue templates (#48) (fa76702)

  • Cleaned up changelog (#49) (6a3d08f)

v0.3.0 (2024-06-14)

Feature

  • Added text2sql views code generation (#40) (4284344)

  • Added gradio adapter for interactive environment to test db-ally views / collections (#39)

Documentation

  • Added documentation for freeform views (#45) (825b8fe)

Fix

  • Fixed broken links in documentation (f5ffb6a)

Refactor

  • Moved ExecutionResult to collection (#46) (eae24da)

Chore

  • Trigger the documentation build workflow only on release (#43) (6a1bf1d)

v0.2.0 (2024-06-03)

Feature

  • Introduce static configuration for freeform text2sql views (#36)

  • Added elastic store as a new SimilarityStore(#34)

  • Added LiteLLM embeddings (#37) (2fb275f)

  • Added support to 100s of LLMs via LiteLMM (#35) (c06b11d)

  • Added logging of audit events for SimilarityIndexes (#33)

Documentation

  • Updated guides and API reference (#38) (bc912c1)

  • Updated project roadmap (adfd479)

Chore

  • Swapped version constant for a variable in setup.cfg (#22)

Fix

  • Fixed AttributeError in LangSmithEventHandler (#32) (c8cfe97)

Refactor

  • Refactored prompt builder (#30) (61f1066)

  • Refactored LLMOptions (#28) (3f5c4bf)

  • Moved prompt templates to modules which use them (#26)

  • Reorganized imports (e0f17a7)

  • Replaced time measuring with monotonic clock (#25) (9b31299)

v0.1.0 (2024-04-25)

Features

  • Added text2sql freeform views (#20)

  • Introduction of freeform views (#15)

  • Integrated Chromadb as a SimilarityStore (#18)

Documentation

  • Added documentation for freeform views (#21)

  • Fixed minor issues with classes names in documentation (#19)

Chore

  • Added automatic versioning with python-semantic-release (#16) (b7ffa25)

v0.0.2 (2024-04-17)

  • Initial public release