Skip to content

Releases: VectorInstitute/retrieval-augmented-generation

aieng-rag-utils v1.0.0

29 Jul 20:41
911c07d
Compare
Choose a tag to compare

What's Changed

  • Updated package dependencies.
  • Updated version from pre-release to release.

aieng-rag-utils v0.1.0a1

04 Jun 20:51
Compare
Choose a tag to compare

Initial release of aieng-rag-utils, a Python utility library developed by the Vector Institute to support Retrieval-Augmented Generation (RAG) workflows. This package provides reusable components for data ingestion, preprocessing, embedding, and evaluation, facilitating the development of RAG pipelines.

Features:

  • Document loaders, chunkers and pretty-print
  • Web Search
  • Vector store integrations
  • Query and retrieval helpers
  • Evaluation and benchmarking tools