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

Added the `Azure Container Apps dynamic sessions` tool reference
eugene/langchain_how_to_config^2
Leonid Ganeline 4 months ago committed by GitHub
parent 1a485f59b9
commit fd4ee08167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save