foundry-iq-py
Installation
SKILL.md
Foundry IQ Python SDK
Build agentic retrieval pipelines using Azure AI Search knowledge bases with the Python SDK.
Installation
pip install azure-ai-projects==2.0.0b1 azure-search-documents==11.7.0b2 azure-identity
Environment Variables
AZURE_SEARCH_ENDPOINT=https://<search-service>.search.windows.net
AZURE_OPENAI_ENDPOINT=https://<openai-resource>.openai.azure.com
AZURE_OPENAI_EMBEDDING_DEPLOYMENT=text-embedding-3-large
AZURE_AI_PROJECT_ENDPOINT=https://<resource>.services.ai.azure.com/api/projects/<project>