Skip to content

Commit

Permalink
chore: changelog update after v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Jul 4, 2024
1 parent d7d68d3 commit fde0884
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

# v0.4.0 (2024-07-04)

## Feature

* Added support for local HuggingFace models (#61) ([`953d8a1`](https://github.com/deepsense-ai/db-ally/commit/953d8a1f3c39c624dcc3927e9dfb4df08121df35))

* Few-shot examples can be now injected into Structured / Freeform view generation prompts (#42) ([`d482638`](https://github.com/deepsense-ai/db-ally/commit/d4826385e95505c077a1c710feeba68ddcaef20c))

## Documentation

* Added docs explaining how to use AzureOpenAI (#55) ([`d890fec`](https://github.com/deepsense-ai/db-ally/commit/d890fecad38ed11d90a85e6472e64c81c607cf91))

## Fix

* Fixed a bug with natural language responder hallucination when no data is returned (#68) ([`e3fec18`](https://github.com/deepsense-ai/db-ally/commit/e3fec186cca0cace7db4b6e92da5b047a27dfa80))

## Chore

* Project was doggified 🦮 (#67) ([`a4fd411`](https://github.com/deepsense-ai/db-ally/commit/a4fd4115bc7884f5043a6839cfefdd36c97e94ab))

* `enhancment` label was replaced by `feature` ([`cd5bf7b`](https://github.com/deepsense-ai/db-ally/commit/cd5bf7b76b97e8d9e46ff872859ccd0ffdef859e))

## Refactor

* Refactor of prompt templates (#66) ([`6510bd8`](https://github.com/deepsense-ai/db-ally/commit/6510bd83923c83c69f082b63c722065fd0e7a3cd))

* Refactor audit module (#58) ([`9fd817f`](https://github.com/deepsense-ai/db-ally/commit/9fd817f3955e4e0c61da1cf9be44e9b6ac426c15))


## v0.3.1 (2024-06-17)

### Documentation
Expand Down

0 comments on commit fde0884

Please sign in to comment.