Releases: deepsense-ai/db-ally
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.3.0 (2024-06-14)
Documentation
-
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
v0.2.0
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(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
Refactor
v0.1.0
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
)