-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
gitpavleenbali edited this page Feb 17, 2026
·
4 revisions
Multiple installation options to fit your needs.
pip install pyaipip install pyai[openai]pip install pyai[anthropic]pip install pyai[azure]Includes:
- Azure Identity (Azure AD authentication)
- Azure AI Search integration
- OpenAI SDK for Azure
pip install pyai[langchain]pip install pyai[semantic-kernel]pip install pyai[vector]Includes: ChromaDB, FAISS, Pinecone, Qdrant
pip install pyai[web] # aiohttp, requests, beautifulsoup
pip install pyai[docs] # PDF, DOCX processingpip install pyai[all]Installs everything: all providers, integrations, and utilities.
pip install pyai[dev]Includes: pytest, black, ruff, mypy, pre-commit
| Extra | Packages Included |
|---|---|
openai |
OpenAI SDK |
anthropic |
Anthropic Claude SDK |
azure |
Azure Identity, AI Search, OpenAI |
langchain |
LangChain integration |
semantic-kernel |
Microsoft Semantic Kernel |
vector |
ChromaDB, FAISS, Pinecone, Qdrant |
web |
aiohttp, requests, beautifulsoup4 |
docs |
pypdf, python-docx |
all |
Everything above |
dev |
pytest, black, ruff, mypy |
git clone https://github.com/gitpavleenbali/PYAI.git
cd PYAI
pip install -e ".[dev]"import pyai
print(pyai.__version__) # 0.4.0- Configuration - Set up API keys
- Quick Start - Your first PYAI program
Intelligence, Embedded.