Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Aug 12, 2024
2 parents ae26c8b + 2714e7c commit 63c3adc
Show file tree
Hide file tree
Showing 116 changed files with 4,187 additions and 1,774 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ licenses.txt
**/dist/
**/checkpoints/
**/outputs/
**/multirun/

# Other env files
.python-version
Expand All @@ -74,7 +75,6 @@ coverage.xml

# dotenv
.env
src/dbally_benchmark/.env

# coverage and pytest reports
coverage.xml
Expand All @@ -87,8 +87,8 @@ cmake-build-*/
**/.terraform.lock.hcl
**/.terraform

# experiments results
experiments/
# benchmarks
benchmarks/sql/data/

# mkdocs generated files
site/
1 change: 1 addition & 0 deletions .license-whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MIT License
MIT License, Mozilla Public License 2.0 (MPL 2.0)
Mozilla Public License 2.0 (MPL 2.0)
Public Domain
Python License (CNRI Python License)
Python Software Foundation License
Python Software Foundation License, MIT License
Unlicense
Expand Down
31 changes: 27 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
# Changelog

## v0.5.0 (2024-07-23)

### Feature

* feat: allow collection fallbacks (#59) ([`a2ef774`](https://github.com/deepsense-ai/db-ally/commit/a2ef7742be50502c0d8e35714cc6e585930e7d4a))

* feat: Add OpenTelemetry event handler (#70) ([`07d9b27`](https://github.com/deepsense-ai/db-ally/commit/07d9b2724010e13662f9a370d7406d3f6d57bb04))

* feat: implement global event handlers (#64) ([`221f6e1`](https://github.com/deepsense-ai/db-ally/commit/221f6e1a632c66b0579989676501ac559b0f5dbf))

### Chore

* chore: update roadmap ([`a448b01`](https://github.com/deepsense-ai/db-ally/commit/a448b0168c49ad62de1e6d25547cb680bbc91d3a))

* chore: changelog heading fix ([`b4bf9c3`](https://github.com/deepsense-ai/db-ally/commit/b4bf9c3a0185b79df0f6459dde896b620af83ce5))

* chore: changelog update after v0.4.0 ([`fde0884`](https://github.com/deepsense-ai/db-ally/commit/fde08849f2ecefa7ca452eadf3f2fed9f4b36265))

### Refactor

* refactor(iql): errors definition (#73) ([`ea687f8`](https://github.com/deepsense-ai/db-ally/commit/ea687f8e6efca02b5001d31342d5b5751a98aae9))


## v0.4.0 (2024-07-04)

## Feature
### 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
### Documentation

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

## Fix
### 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
### Chore

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

Expand Down
22 changes: 0 additions & 22 deletions benchmark/dbally_benchmark/config.py

This file was deleted.

27 changes: 0 additions & 27 deletions benchmark/dbally_benchmark/constants.py

This file was deleted.

63 changes: 0 additions & 63 deletions benchmark/dbally_benchmark/dataset/bird_dataset.py

This file was deleted.

157 changes: 0 additions & 157 deletions benchmark/dbally_benchmark/e2e_benchmark.py

This file was deleted.

41 changes: 0 additions & 41 deletions benchmark/dbally_benchmark/evaluate.py

This file was deleted.

Loading

0 comments on commit 63c3adc

Please sign in to comment.