Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aedf6ae
LLM assisted rules generation code
souravg-db2 Sep 15, 2025
a081731
added change for tests
souravg-db2 Sep 15, 2025
985d80c
Addressed fmt issues
souravg-db2 Sep 15, 2025
40d0b6c
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Sep 16, 2025
353222c
refactor
mwojtyczka Sep 16, 2025
c2ee51e
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Sep 18, 2025
e7b94ce
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Sep 19, 2025
4fddaef
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Sep 30, 2025
0e37f34
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 2, 2025
015bff3
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 3, 2025
82cfcff
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 7, 2025
cdf231c
added few changes
souravg-db2 Oct 8, 2025
032a18c
Removed removed which was not needed
souravg-db2 Oct 9, 2025
34d9782
Merge branch 'main' into feature_370_llm_prompt_prep_3
souravg-db2 Oct 10, 2025
ed42bc9
Added changes to call llm rules generation from generator
souravg-db2 Oct 10, 2025
4993453
Add schema inference for no-schema provided DQ rule generation
vb-dbrks Oct 10, 2025
a4d73e6
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 16, 2025
0602e16
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 16, 2025
ab89982
Addressed some review comments
souravg-db2 Oct 16, 2025
cea51d7
Changes per review comments
souravg-db2 Oct 17, 2025
17482be
Changes per review comments
souravg-db2 Oct 17, 2025
14cad77
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 18, 2025
5edde34
updated clean up of lakebase instances
mwojtyczka Oct 19, 2025
4377f05
updated clean up of lakebase instances
mwojtyczka Oct 19, 2025
834c0b6
refactor
mwojtyczka Oct 19, 2025
d555fe4
revert change
mwojtyczka Oct 20, 2025
1a2591f
Merge branch 'main' into feature_370_llm_prompt_prep_3
mwojtyczka Oct 21, 2025
894c7b5
added documentation and updated default model
souravg-db2 Oct 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clean: docs-clean
.venv/bin/python:
pip install hatch
hatch env create
hatch run pip install ".[llm,pii]"

dev: .venv/bin/python
@hatch run which python
Expand Down
2 changes: 1 addition & 1 deletion docs/dqx/docs/guide/additional_configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 10
---

import Admonition from '@theme/Admonition';
Expand Down
Loading
Loading