Files
langchain/tests/integration_tests/llms
Davis Chase d50de2728f Add AzureML endpoint LLM wrapper (#6580)
### Description

We have added a new LLM integration `azureml_endpoint` that allows users
to leverage models from the AzureML platform. Microsoft recently
announced the release of [Azure Foundation

Models](https://learn.microsoft.com/en-us/azure/machine-learning/concept-foundation-models?view=azureml-api-2)
which users can find in the AzureML Model Catalog. The Model Catalog
contains a variety of open source and Hugging Face models that users can
deploy on AzureML. The `azureml_endpoint` allows LangChain users to use
the deployed Azure Foundation Models.

### Dependencies

No added dependencies were required for the change.

### Tests

Integration tests were added in
`tests/integration_tests/llms/test_azureml_endpoint.py`.

### Notebook

A Jupyter notebook demonstrating how to use `azureml_endpoint` was added
to `docs/modules/llms/integrations/azureml_endpoint_example.ipynb`.

### Twitters

[Prakhar Gupta](https://twitter.com/prakhar_in)
[Matthew DeGuzman](https://twitter.com/matthew_d13)

---------

Co-authored-by: Matthew DeGuzman <91019033+matthewdeguzman@users.noreply.github.com>
Co-authored-by: prakharg-msft <75808410+prakharg-msft@users.noreply.github.com>
2023-06-22 01:46:01 -07:00
..
2022-10-24 14:51:15 -07:00
2023-06-05 16:28:42 -07:00
2023-06-08 23:05:57 -07:00
2023-05-24 01:25:18 -07:00
2022-12-13 06:46:01 -08:00
2022-11-14 08:55:59 -08:00
2022-12-13 06:46:01 -08:00
2023-06-22 01:18:14 -07:00
2023-03-28 11:56:57 -07:00
2023-04-06 14:41:06 -07:00
2023-05-24 15:51:12 -07:00
2022-12-18 16:22:42 -05:00