Skip to main content

Contains Retrieval Augmented Generation related utilities for Azure Machine Learning and OSS interoperability.

Project description

# AzureML Retrieval Augmented Generation Utilities

This package is in alpha stage at the moment, use at risk of breaking changes and unstable behavior.

It contains utilities for:

  • Processing text documents into chunks appropriate for use in LLM prompts, with metadata such is source url.

  • Embedding chunks with OpenAI or HuggingFace embeddings models, including the ability to update a set of embeddings over time.

  • Create MLINdex artifacts from embeddings, a yaml file capturing metadata needed to deserialize different kinds of Vector Indexes for use in langchain. Supported Index types: - FAISS index (via langchain) - Azure Cognitive Search index

## Getting started

You can install AzurrML RAG package via pip.

`bash pip install azureml-rag `

## Documentation

TBA

# Changelog

## 0.1.2 (2023-05-05)

  • Refactored document chunking to allow insertion of custom processing logic

## 0.0.1 (2023-04-25)

### Features Added - Introduced package - langchain Retriever for Azure Cognitive Search

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

azureml_rag-0.1.2-py3-none-any.whl (163.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page