- 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