Skip to content

Releases: deepsense-ai/db-ally

v0.7.1

04 Sep 11:31
Compare
Choose a tag to compare

v0.7.1 (2024-09-04)

Chore

  • chore: update changelog (8510723)

Fix

  • fix(gradio): api key field placeholder (#91) (d4dd718)

v0.7.0

04 Sep 10:32
Compare
Choose a tag to compare

v0.7.0 (2024-09-04)

Chore

  • chore: update changelog (e5f055f)

Feature

  • feat(gradio): enhance gradio interface (#90) (8692637)

Fix

  • fix: pin griffe dependency (c562c01)

v0.6.0

02 Sep 13:36
Compare
Choose a tag to compare

v0.6.0 (2024-09-02)

Chore

  • chore: update changelog (0a22942)

Documentation

  • docs(aggregations): structured view aggregations (#87) (9f6b5df)

  • docs(quickstart): update quickstart (#88) (9a1e9d8)

  • docs: update logo (#86) (23e50ff)

Feature

  • feat: aggregations in structured views (#62) (139ab9b)

  • feat(extra): prompt tuning (#79) (2714e7c)

  • feat(views): optional filtering for structured views (#78) (11a7b21)

Refactor

  • refactor(benchmarks): evaluation pipeline (#71) (cd2cece)

  • refactor(iql): add iql gen exception (#77) (90b0e66)

Unknown

v0.5.0

23 Jul 07:06
Compare
Choose a tag to compare

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

04 Jul 06:07
Compare
Choose a tag to compare

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

v0.3.1

17 Jun 14:09
Compare
Choose a tag to compare

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

v0.3.0

14 Jun 13:22
Compare
Choose a tag to compare

v0.3.0 (2024-06-14)

Documentation

  • docs(views): add docs for freeform views (#45) (825b8fe)

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

  • docs: fix broken link (fa6d956)

Feature

  • feat(codegen): add text2sql views code generation (#40) (4284344)

  • feat: Gradio Adater implementation (#39)

  • Gradio Adater class implementation

  • Move / add views to example folder

  • Improve rich less CLIEventHandler output (83dded0)

Fix

Refactor

  • refactor: move ExecutionResult to collection (#46) (eae24da)

  • refactor: exceptions definitions (#44) (d920f4b)

v0.2.0

03 Jun 13:41
Compare
Choose a tag to compare

v0.2.0 (2024-06-03)

Chore

  • chore: use variable instead of constant in setup.cfg (#22)

Co-authored-by: ds-sebastian-chwilczynski <[email protected]> (3745054)

  • chore: cleanup after release process (1bf88e9)

Documentation

Feature

  • feat: freeform text2sql with static configuration (#36)

Co-authored-by: Ludwik Trammer <[email protected]>
Co-authored-by: Michał Pstrąg <[email protected]> (8f7a166)

  • feat: Add elastic store (#34)

  • add elastic search store

  • feat add vector search store

  • update documentation (edd6de9)

  • feat(embedding): add litellm embeddings (#37) (2fb275f)

  • feat(llm): integrate LLMClient with litellm (#35) (c06b11d)

  • feat(audit): add audit events for SimilarityIndexes (#33)

  • feat(audit): add audit events for SimilarityIndexes

  • Apply suggestions from code review

Co-authored-by: Michał Pstrąg <[email protected]>


Co-authored-by: Michał Pstrąg <[email protected]> (59e08ac)

Fix

  • fix: AttributeError in LangSmithEventHandler (#32) (c8cfe97)

Refactor

  • refactor(views): api for freeform views (#41) (6d6cdcd)

  • refactor: refactor prompt builder (#30) (61f1066)

  • refactor: add LLMOptions merge (#29) (7191c3f)

  • refactor: refactor LLMOptions (#28) (3f5c4bf)

  • refactor: move prompt templates to modules which use them (#26)

  • move prompt templates to modules which use them

  • reorganize imports (e0f17a7)

  • refactor: add monotonic clock (#25) (9b31299)

v0.1.0

25 Apr 10:19
Compare
Choose a tag to compare

v0.1.0 (2024-04-25)

Documentation

  • docs(views): add documentation of freeform views (#21)

Add documentation of freeform views, comparision of structured & freeform views.


Co-authored-by: Mateusz Hordyński <[email protected]>
Co-authored-by: Mateusz Hordyński <[email protected]> (668b2ce)

  • docs: minor issues with classes names (#19)

Co-authored-by: ds-sebastian-chwilczynski <[email protected]> (4a26cbb)

Feature

  • feat: add text2sql freeform view (#20)

Add new freeform view: text2sql - direct creation of SQL query to answer user question together with initial setup of database discovery. (d6dc713)

  • feat(views): allow for freeform views (#15)

Ground work for supporting a new type of views: freeform.
Freeform views are not bounded by IQL and can answer natural language questions directly. (61ab8c9)

Fix

  • fix: add exception handling to LangGraph notebook

Co-authored-by: ds-sebastian-chwilczynski <[email protected]> (6b607d6)

Unknown

  • Feat: Integration with Chromadb (#18)

  • feat: chroma db support

  • fix: hash issues

  • test: integration chroma testing


Co-authored-by: ds-sebastian-chwilczynski <[email protected]>
Co-authored-by: Mateusz Hordyński <[email protected]> (e455d53)