Releases: VectorInstitute/retrieval-augmented-generation
Releases · VectorInstitute/retrieval-augmented-generation
aieng-rag-utils v1.0.0
What's Changed
- Updated package dependencies.
- Updated version from pre-release to release.
aieng-rag-utils v0.1.0a1
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