Skip to content

Latest commit

 

History

History
158 lines (78 loc) · 6.09 KB

CHANGELOG.md

File metadata and controls

158 lines (78 loc) · 6.09 KB

Changelog

v0.5.0 (2024-07-23)

Feature

  • feat: allow collection fallbacks (#59) (a2ef774)

  • feat: Add OpenTelemetry event handler (#70) (07d9b27)

  • feat: implement global event handlers (#64) (221f6e1)

Chore

  • chore: update roadmap (a448b01)

  • chore: changelog heading fix (b4bf9c3)

  • chore: changelog update after v0.4.0 (fde0884)

Refactor

  • refactor(iql): errors definition (#73) (ea687f8)

v0.4.0 (2024-07-04)

Feature

  • Added support for local HuggingFace models (#61) (953d8a1)

  • Few-shot examples can be now injected into Structured / Freeform view generation prompts (#42) (d482638)

Documentation

  • Added docs explaining how to use AzureOpenAI (#55) (d890fec)

Fix

  • Fixed a bug with natural language responder hallucination when no data is returned (#68) (e3fec18)

Chore

  • Project was doggified 🦮 (#67) (a4fd411)

  • enhancment label was replaced by feature (cd5bf7b)

Refactor

  • Refactor of prompt templates (#66) (6510bd8)

  • Refactor audit module (#58) (9fd817f)

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