mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 19:49:09 +00:00
### 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> |
||
---|---|---|
.. | ||
ai21.ipynb | ||
aleph_alpha.ipynb | ||
anyscale.ipynb | ||
azure_openai_example.ipynb | ||
azureml_endpoint_example.ipynb | ||
banana.ipynb | ||
baseten.ipynb | ||
beam.ipynb | ||
bedrock.ipynb | ||
cerebriumai_example.ipynb | ||
cohere.ipynb | ||
ctransformers.ipynb | ||
databricks.ipynb | ||
deepinfra_example.ipynb | ||
forefrontai_example.ipynb | ||
google_vertex_ai_palm.ipynb | ||
gooseai_example.ipynb | ||
gpt4all.ipynb | ||
huggingface_hub.ipynb | ||
huggingface_pipelines.ipynb | ||
huggingface_textgen_inference.ipynb | ||
jsonformer_experimental.ipynb | ||
llamacpp.ipynb | ||
llm_caching.ipynb | ||
manifest.ipynb | ||
modal.ipynb | ||
mosaicml.ipynb | ||
nlpcloud.ipynb | ||
openai.ipynb | ||
openllm.ipynb | ||
openlm.ipynb | ||
petals_example.ipynb | ||
pipelineai_example.ipynb | ||
predictionguard.ipynb | ||
promptlayer_openai.ipynb | ||
rellm_experimental.ipynb | ||
replicate.ipynb | ||
runhouse.ipynb | ||
sagemaker.ipynb | ||
stochasticai.ipynb | ||
textgen.ipynb | ||
writer.ipynb |