Skip to content

Releases: argilla-io/argilla-llama-index

v2.1.0

07 Oct 15:12
7172ed2
Compare
Choose a tag to compare

🎉 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

02 Sep 13:45
010a401
Compare
Choose a tag to compare

🎉 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

22 May 09:34
b155c51
Compare
Choose a tag to compare

🎉 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 and LlamaIndex.
  • 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

03 May 08:40
9d259b1
Compare
Choose a tag to compare

🎉 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.