docs: integrations/platforms/microsoft update (#22100)

Added the `Azure Container Apps dynamic sessions` tool reference
This commit is contained in:
Leonid Ganeline 2024-05-24 10:14:51 -07:00 committed by GitHub
parent 1a485f59b9
commit fd4ee08167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,6 +271,26 @@ See a [usage example](/docs/integrations/retrievers/azure_ai_search).
from langchain.retrievers import AzureAISearchRetriever
```
## Tools
### Azure Container Apps dynamic sessions
We need to get the `POOL_MANAGEMENT_ENDPOINT` environment variable from the Azure Container Apps service.
See the instructions [here](https://python.langchain.com/v0.2/docs/integrations/tools/azure_dynamic_sessions/#setup).
We need to install a python package.
```bash
pip install langchain-azure-dynamic-sessions
```
See a [usage example](/docs/integrations/tools/azure_dynamic_sessions).
```python
from langchain_azure_dynamic_sessions import SessionsPythonREPLTool
```
## Toolkits
### Azure AI Services