- feat(gradio): enhance gradio interface (#90) (
8692637
)
- fix: pin griffe dependency (
c562c01
)
-
feat: aggregations in structured views (#62) (
139ab9b
) -
feat(extra): prompt tuning (#79) (
2714e7c
) -
feat(views): optional filtering for structured views (#78) (
11a7b21
)
-
docs(aggregations): structured view aggregations (#87) (
9f6b5df
) -
docs(quickstart): update quickstart (#88) (
9a1e9d8
) -
docs: update logo (#86) (
23e50ff
)
-
refactor(benchmarks): evaluation pipeline (#71) (
cd2cece
) -
refactor(iql): add iql gen exception (#77) (
90b0e66
)
- chore: update changelog (
0a22942
)
-
feat: allow collection fallbacks (#59) (
a2ef774
) -
feat: Add OpenTelemetry event handler (#70) (
07d9b27
) -
feat: implement global event handlers (#64) (
221f6e1
)
-
chore: update roadmap (
a448b01
) -
chore: changelog heading fix (
b4bf9c3
) -
chore: changelog update after v0.4.0 (
fde0884
)
- refactor(iql): errors definition (#73) (
ea687f8
)
-
Added support for local HuggingFace models (#61) (
953d8a1
) -
Few-shot examples can be now injected into Structured / Freeform view generation prompts (#42) (
d482638
)
- Added docs explaining how to use AzureOpenAI (#55) (
d890fec
)
- Fixed a bug with natural language responder hallucination when no data is returned (#68) (
e3fec18
)
- Added about section to documentation (#50) (
a32b3fe
)
- Fixed gradio interface crash on types that are not json serializable (#47) (
f501156
)
-
Added text2sql views code generation (#40) (
4284344
) -
Added gradio adapter for interactive environment to test db-ally views / collections (#39)
- Added documentation for freeform views (#45) (
825b8fe
)
- Fixed broken links in documentation (
f5ffb6a
)
- Moved ExecutionResult to collection (#46) (
eae24da
)
- Trigger the documentation build workflow only on release (#43) (
6a1bf1d
)
-
Introduce static configuration for freeform text2sql views (#36)
-
Added elastic store as a new SimilarityStore(#34)
-
Added LiteLLM embeddings (#37) (
2fb275f
) -
Added support to 100s of LLMs via LiteLMM (#35) (
c06b11d
) -
Added logging of audit events for SimilarityIndexes (#33)
- Swapped version constant for a variable in setup.cfg (#22)
- Fixed AttributeError in LangSmithEventHandler (#32) (
c8cfe97
)
-
Refactored prompt builder (#30) (
61f1066
) -
Refactored LLMOptions (#28) (
3f5c4bf
) -
Moved prompt templates to modules which use them (#26)
-
Reorganized imports (
e0f17a7
) -
Replaced time measuring with monotonic clock (#25) (
9b31299
)
-
Added text2sql freeform views (#20)
-
Introduction of freeform views (#15)
-
Integrated Chromadb as a SimilarityStore (#18)
-
Added documentation for freeform views (#21)
-
Fixed minor issues with classes names in documentation (#19)
- Added automatic versioning with python-semantic-release (#16) (
b7ffa25
)
- Initial public release