Releases: argilla-io/argilla-llama-index
Releases · argilla-io/argilla-llama-index
v2.1.0
🎉 v2.1.0
In this release, we update the Argilla-Llama-index integration to use the latest instrumentation module instead of the legacy callbacks.
🔆 Release highlights
- The instrumentation module is used in the integration.
- New information in the fields: added a field with the retrieved document scores and the time-details field show the full trace (including spans and events)
v2.0.0
🎉 v2.0.0
In this release for Argilla's LlamaIndex Callback Integration, we update the integration with Argilla 2.0.
🔆 Release highlights
- Update the LlamaIndex Callback integration with Argilla 2.0 and the corresponding tests.
- Update the documentation and tutorials.
- Update the CI/CD to deploy using
docker-compose
.
v1.0.1
🎉 v1.0.1
In this second release for Argilla's LlamaIndex Callback Integration, we correct a minor bug and add a tutorial.
🔆 Release highlights
- Tutorial for creating your own RAG Github expert using
Argilla
andLlamaIndex
. llama-index-callbacks-argilla
added to pypi's dependencies, which should avoid the need for installing it manually after receiving a warning.
v1.0.0
🎉 v1.0.0
In this first major update for Argilla's LlamaIndex Callback Integration, we adapt the code for the major refactor of LlamaIndex v.0.10.
🔆 Release highlights
- Code compatible with LlamaIndex v.0.10
- Integration tests running on CI/CD to enhance future community efforts.
- Tutorial with basic functionality included.